update syslog-ng config
This commit is contained in:
parent
27fda5e854
commit
16a9cc3114
5 changed files with 4 additions and 22 deletions
|
@ -1,4 +1,4 @@
|
|||
@version: 3.9
|
||||
@version: 3.1.13
|
||||
|
||||
options {
|
||||
stats_freq (0);
|
||||
|
@ -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