update syslog-ng config

This commit is contained in:
Sebastian Hugentobler 2018-12-03 13:58:39 +01:00
parent 27fda5e854
commit 16a9cc3114
5 changed files with 4 additions and 22 deletions

View file

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