I am using rsyslogd version 5.8. The characters \ n and \ r are reset as # 012 and # 015 to the log file.
Example (when entering the command: printf "example-test [\ r]" | logger):
<13> 2014-07-07T11:01:03.254 root: example-test[#015]
I would like to reset them in hexadecimal format: # 0A and # 0D (or another more readable format).
How can I do this by modifying the rsyslogd configuration file?
rsyslog
user803422
source share