mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 19:40:41 +01:00
primarily to ease migration from syslog-ng. See property replacer doc for details. [backport from 5.5.3 because urgently needed by some]
7 lines
434 B
Plaintext
7 lines
434 B
Plaintext
# in 3164-buggyday mode, we need to have a leading zero in front of the day
|
|
<38> Mar 7 19:06:53 example tag: testmessage (only date actually tested)
|
|
38,auth,info,Mar 07 19:06:53,example,tag,tag:, testmessage (only date actually tested)
|
|
# and now one with a complete date:
|
|
<38> Mar 17 19:06:53 example tag: testmessage (only date actually tested)
|
|
38,auth,info,Mar 17 19:06:53,example,tag,tag:, testmessage (only date actually tested)
|