update syslog-ng config
This commit is contained in:
parent
c9ccd9de08
commit
9bf277ff63
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
@version: 3.7
|
@version: 3.9
|
||||||
|
|
||||||
options {
|
options {
|
||||||
stats_freq (0);
|
stats_freq (0);
|
||||||
|
@ -15,7 +15,7 @@ source s_local {
|
||||||
};
|
};
|
||||||
|
|
||||||
destination catchall {
|
destination catchall {
|
||||||
pipe("/dev/stdout" template("${MSG}\n"));
|
file("/dev/stdout" template("${MSG}\n"));
|
||||||
};
|
};
|
||||||
|
|
||||||
log {
|
log {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue