format syslog logging output
This commit is contained in:
parent
a2724ee2e9
commit
3753c995cd
@ -15,7 +15,7 @@ source s_local {
|
||||
};
|
||||
|
||||
destination catchall {
|
||||
pipe("/dev/stdout");
|
||||
pipe("/dev/stdout" template("${MSG}\n"));
|
||||
};
|
||||
|
||||
log {
|
||||
|
Loading…
Reference in New Issue
Block a user