use file instead of pipe

This commit is contained in:
Sebastian Hugentobler 2017-03-29 15:17:26 +02:00
parent 3753c995cd
commit 0c5f6ebcef

View File

@ -15,7 +15,7 @@ source s_local {
};
destination catchall {
pipe("/dev/stdout" template("${MSG}\n"));
file("/dev/stdout" template("${MSG}\n"));
};
log {