aboutsummaryrefslogtreecommitdiff
path: root/bugzilla/etc/syslog-ng/syslog-ng.conf
blob: 989fd4664f2599c3c7d54ef34d7d38e08ea830f6 (plain)
1
2
3
4
5
6
@version: 3.5

options { flush-lines(0); use-dns(no); stats-freq(0); };
source s_src { unix-dgram("/dev/log" so-rcvbuf(8192)); internal(); };
destination d_stdout { pipe("/dev/stdout"); };
log { source(s_src); destination(d_stdout); };