Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions debian/syslog-ng.conf
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ filter f_cother { level(debug, info, notice, warn) or facility(daemon, mail); };
filter f_ppp { facility(local2) and not filter(f_debug); };
filter f_console { level(warn .. emerg); };

########################
# Include all config files in /etc/syslog-ng/conf.d/
########################
@include "/etc/syslog-ng/conf.d/*.conf"

########################
# Log paths
########################
Expand Down Expand Up @@ -154,8 +159,3 @@ log { source(s_src); filter(f_crit); destination(d_console); };
# All messages send to a remote site
#
#log { source(s_src); destination(d_net); };

###
# Include all config files in /etc/syslog-ng/conf.d/
###
@include "/etc/syslog-ng/conf.d/*.conf"