diff options
Diffstat (limited to 'system/syslog-ng/syslog-ng.conf')
-rw-r--r-- | system/syslog-ng/syslog-ng.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/system/syslog-ng/syslog-ng.conf b/system/syslog-ng/syslog-ng.conf index ac46d7a226..7b7917f147 100644 --- a/system/syslog-ng/syslog-ng.conf +++ b/system/syslog-ng/syslog-ng.conf @@ -1,8 +1,10 @@ -@version: 3.5 +@version: 3.8 +@include "scl.conf" # Drop-in replacement for a stock Slackware syslog.conf # For info about the format of this file, see "man syslog-ng.conf" -# Written by Mario Preksavec <mario@slackware.hr> +# Written by Mario Preksavec <mario at slackware dot hr> +# Updated by Janos Szigetvari <jszigetvari at gmail dot com> options { flush_lines(0); @@ -25,8 +27,7 @@ options { source s_system { internal(); - unix-dgram("/dev/log"); - file("/proc/kmsg" program_override("kernel")); + system(); }; filter f_messages { level(info,notice) and not facility(authpriv,cron,mail,news); }; |