update syslog-ng config

This commit is contained in:
Sebastian Hugentobler 2017-07-28 10:16:49 +02:00
parent c9ccd9de08
commit 9bf277ff63

View File

@ -1,4 +1,4 @@
@version: 3.7 @version: 3.9
options { options {
stats_freq (0); stats_freq (0);
@ -15,7 +15,7 @@ source s_local {
}; };
destination catchall { destination catchall {
pipe("/dev/stdout" template("${MSG}\n")); file("/dev/stdout" template("${MSG}\n"));
}; };
log { log {