format syslog logging output

This commit is contained in:
Sebastian Hugentobler 2017-02-16 08:31:16 +01:00
parent a2724ee2e9
commit 3753c995cd

View File

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