"Michael Kolowicz" <michael.kolowicz@km-f.eu> writes:
If I start / reload syslog-ng I see following error:
It's a warning, not an error. Unless syslog-ng doesn't start afterwards (it should).
Reloading syslog-ng's config file: WARNING: Configuration file format is too old, please update it to use the 3.2 format as some constructs might operate inefficiently; WARNING: the expected message format is being changed for unix-domain transports to improve syslogd compatibity with syslog-ng 3.2. If you are using custom applications which bypass the syslog() API, you might need the 'expect-hostname' flag to get the old behaviour back;
Off the top of my head, I can't see what triggers this in your config, except if not this line:
source s_local {internal(); unix-stream("/dev/log");};
Try changing that unix-stream to unix-dgram, and see if the warning goes away. -- |8]