about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2020-02-17 05:20:59 +0000
committerSilvino Silva <silvino@bk.ru>2020-02-17 05:20:59 +0000
commit957436d2e08d43e9cb8cb2a6904ff6a8b81d917a (patch)
treed261c3c89283a7c659e2614734fae63035217985
parent36ef4944b852eaf9ef54154c3cccef6c2eb41292 (diff)
downloaddoc-957436d2e08d43e9cb8cb2a6904ff6a8b81d917a.tar.gz
fix syslog-ng.conf
-rw-r--r--tools/conf/etc/syslog-ng.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/conf/etc/syslog-ng.conf b/tools/conf/etc/syslog-ng.conf
index 27c95ba..02e2d57 100644
--- a/tools/conf/etc/syslog-ng.conf
+++ b/tools/conf/etc/syslog-ng.conf
@@ -157,7 +157,7 @@ filter f_sshd { facility(auth) and program("^sshd$"); };
 filter f_iptables { facility(kern) and match("iptables" value("MESSAGE")) };
 filter f_shorewall_warn { level (warn) and match ("Shorewall" value("MESSAGE")); };
 filter f_shorewall_info {level (info) and match ("Shorewall" value("MESSAGE")); };
-filter f_gitolite { facility(daemon) and program("^gitolite$"); };
+filter f_gitolite { program("^gitolite$"); };
 filter f_git-daemon { program("^git-daemon$"); };
 filter f_nginx_error { facility(daemon) and program("^nginx$"); };
 filter f_nginx_vhost { facility(daemon) and program("^nginx_vhost$");};