aboutsummaryrefslogtreecommitdiffstats
path: root/testing/syslog-ng/syslog-ng-log.std
diff options
context:
space:
mode:
authorJens Vehlhaber <jens@eisfair.org>2014-10-17 19:57:00 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-20 12:34:39 +0000
commitd9504f0a8ea97d3c9594eb9af36cf79ac2164fb7 (patch)
treea83f3564b333c1c13ef2f18a488e054f81ae7725 /testing/syslog-ng/syslog-ng-log.std
parent7944e5d3a403e68efffcef201d7e8abca5751fb5 (diff)
remove init.d handling with install scripts
Diffstat (limited to 'testing/syslog-ng/syslog-ng-log.std')
-rw-r--r--testing/syslog-ng/syslog-ng-log.std4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/syslog-ng/syslog-ng-log.std b/testing/syslog-ng/syslog-ng-log.std
index 6488fe7e3d0..a8cc402b1a1 100644
--- a/testing/syslog-ng/syslog-ng-log.std
+++ b/testing/syslog-ng/syslog-ng-log.std
@@ -26,7 +26,7 @@ log {
filter(f_mail);
destination(df_mail);
};
-# *.=debug;
+# *.=debug;
# auth,authpriv.none;\
# news.none;mail.none -/var/log/debug
log {
@@ -45,7 +45,7 @@ log {
# error ... emergency /var/log/error.log
log {
source(s_all);
- filter(f_at_least_err);
+ filter(f_err_no_mysqld);
destination(df_error);
};
# *.emerg *