rsyslog/tests/testsuites/samples.parse-3164-buggyday
Rainer Gerhards d97ad63e21 added new property replacer option "date-rfc3164-buggyday"
primarily to ease migration from syslog-ng. See property replacer doc for
details. [backport from 5.5.3 because urgently needed by some]
2010-03-08 17:56:11 +01:00

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)