format syslog logging output
This commit is contained in:
parent
a2724ee2e9
commit
3753c995cd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ source s_local {
|
||||||
};
|
};
|
||||||
|
|
||||||
destination catchall {
|
destination catchall {
|
||||||
pipe("/dev/stdout");
|
pipe("/dev/stdout" template("${MSG}\n"));
|
||||||
};
|
};
|
||||||
|
|
||||||
log {
|
log {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue