readthedocs.org
307762c6 - Use `SysLogProcessor` and `SysLogRenderer` to format the logs

Commit
4 years ago
Use `SysLogProcessor` and `SysLogRenderer` to format the logs Use a custom renderer to match the structure we want: ``` %programname[%processid] [%level] %message [%logger:%linenumber] %structureddata ``` By default, rsyslog will prepend ``` %timestamp %hostname ``` and it will look exactly as we want.
Author
Committer
Parents
Loading