use pipe instead of file for syslog
This commit is contained in:
parent
7a57819176
commit
904b594e2b
@ -15,7 +15,7 @@ source s_local {
|
||||
};
|
||||
|
||||
destination catchall {
|
||||
file("/dev/stdout" template("${MSG}\n"));
|
||||
pipe("/dev/stdout" template("${MSG}\n"));
|
||||
};
|
||||
|
||||
log {
|
||||
|
Loading…
Reference in New Issue
Block a user