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