use pipe instead of file for syslog

This commit is contained in:
Sebastian Hugentobler 2018-02-16 07:54:28 +01:00
parent 7a57819176
commit 904b594e2b

View File

@ -15,7 +15,7 @@ source s_local {
}; };
destination catchall { destination catchall {
file("/dev/stdout" template("${MSG}\n")); pipe("/dev/stdout" template("${MSG}\n"));
}; };
log { log {