Bugzilla – Attachment 68463 Details for
Bug 147748
NetworkManager debug verbosity
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
add rule for NetworkManager to syslog-ng.conf.in
syslog-nm-thoenig-01.patch (text/plain), 785 bytes, created by
Timo Hoenig
on 2006-02-14 22:42:02 UTC
(
hide
)
Description:
add rule for NetworkManager to syslog-ng.conf.in
Filename:
MIME Type:
Creator:
Timo Hoenig
Created:
2006-02-14 22:42:02 UTC
Size:
785 bytes
patch
obsolete
>--- syslog-ng.conf.in_org 2006-02-14 23:32:50.000000000 +0100 >+++ syslog-ng.conf.in 2006-02-14 23:35:07.000000000 +0100 >@@ -67,6 +67,7 @@ > local4, local5, local6, local7); }; > > filter f_acpid { match('^\[acpid\]:'); }; >+filder f_nm { match('^NetworkManager:'); }; > filter f_messages { not facility(news, mail) and not filter(f_iptables); }; > filter f_warn { level(warn, err, crit) and not filter(f_iptables); }; > filter f_alert { level(alert); }; >@@ -134,6 +135,13 @@ > > > # >+# NetworkManager messages in one file: >+# >+destination nm { file("/var/log/NetworkManager"); }; >+log { source(src); filter(f_nm); destination(nm); flags(final); }; >+ >+ >+# > # Cron-messages in one file: > # > #destination cron { file("/var/log/cron"); };
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 147748
: 68463