What syslog formats is POE::Filter::Syslog meant to support?
t/01-filter.t has:
...
my $ts = strftime("%b %d %H:%M:%S", localtime($now));
my $complex = "<1>$ts /USR/SBIN/CRON[16273]: (root) CMD (test -x /usr/lib/syssta
t/sa1 && /usr/lib/sysstat/sa1)";
my $simple = "<1>$ts sungo: pie";
my $nodate = '<78>CROND[19679]: (root) CMD (/usr/bin/mrtg /etc/mrtg/mrtg.cfg)';
...
which isn't a syslog format familiar to me.
Any information about this would be appreciated.
Thanks