syslog-ng 1.3.13 & libol 0.2.13 released
Hi, I've released the latest development version of syslog-ng & libol. This release hopefully fixes some bugs, so if you had problems earlier, you should grab this release. I've also updated the documentation, though it's still not finished. http://www.balabit.hu/products/syslog-ng/ -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 url: http://www.balabit.hu/pgpkey.txt
I just updated to 1.3.13 and decided to give the $LEVEL/$FACILITY destination a try. here is a snippet from my config file source src { internal(); unix-stream("/dev/log"); udp(); }; destination test { file("/var/log/syslog-ng/test/$HOST.$LEVEL.log"); }; log { source("src"); destination("test"); }; The log file i get though is interesting. here is an example file name homer.0x00000005.log Did i screw up something here? i get similar results using $FACILITY rather than $LEVEL... Chris Scheller System/Network Administration Network One Internet, inc. http://www.networkone.net/ 1.888.GOT-NET1
participants (2)
-
Balazs Scheidler
-
Chris Scheller