View | Details | Raw Unified | Return to bug 147748
Collapse All | Expand All

(-)syslog-ng.conf.in_org (+8 lines)
Lines 67-72 Link Here
67
                               local4, local5, local6, local7); };
67
                               local4, local5, local6, local7); };
68
68
69
filter f_acpid      { match('^\[acpid\]:'); };
69
filter f_acpid      { match('^\[acpid\]:'); };
70
filder f_nm         { match('^NetworkManager:'); };
70
filter f_messages   { not facility(news, mail) and not filter(f_iptables); };
71
filter f_messages   { not facility(news, mail) and not filter(f_iptables); };
71
filter f_warn       { level(warn, err, crit) and not filter(f_iptables); };
72
filter f_warn       { level(warn, err, crit) and not filter(f_iptables); };
72
filter f_alert      { level(alert); };
73
filter f_alert      { level(alert); };
Lines 134-139 Link Here
134
135
135
136
136
#
137
#
138
# NetworkManager messages in one file:
139
#
140
destination nm { file("/var/log/NetworkManager"); };
141
log { source(src); filter(f_nm); destination(nm); flags(final); };
142
143
144
#
137
# Cron-messages in one file:
145
# Cron-messages in one file:
138
#
146
#
139
#destination cron { file("/var/log/cron"); };
147
#destination cron { file("/var/log/cron"); };

Return to bug 147748