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