aboutsummaryrefslogtreecommitdiff
path: root/bugzilla/etc/syslog-ng/syslog-ng.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bugzilla/etc/syslog-ng/syslog-ng.conf')
-rw-r--r--bugzilla/etc/syslog-ng/syslog-ng.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/bugzilla/etc/syslog-ng/syslog-ng.conf b/bugzilla/etc/syslog-ng/syslog-ng.conf
deleted file mode 100644
index 989fd46..0000000
--- a/bugzilla/etc/syslog-ng/syslog-ng.conf
+++ /dev/null
@@ -1,6 +0,0 @@
1@version: 3.5
2
3options { flush-lines(0); use-dns(no); stats-freq(0); };
4source s_src { unix-dgram("/dev/log" so-rcvbuf(8192)); internal(); };
5destination d_stdout { pipe("/dev/stdout"); };
6log { source(s_src); destination(d_stdout); };