diff options
author | Dan Winship <danw@gnome.org> | 2013-10-01 11:40:22 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2013-12-20 10:04:10 -0500 |
commit | fc2a14d0f9d07cc300e89fdbf19ad5f49b7aa781 (patch) | |
tree | 598a7c3bdae1206d103dcc8b6817f86864ff8fe1 /introspection/nm-manager.xml | |
parent | 0e3432fbeaf2d995fbd26aab682970b824fbe032 (diff) | |
download | NetworkManager-fc2a14d0f9d07cc300e89fdbf19ad5f49b7aa781.tar.gz |
logging: allow per-domain log level overrides
Allow specifying log domains like "DEFAULT,WIFI:DEBUG" to override the
log level on a per-domain basis.
Diffstat (limited to 'introspection/nm-manager.xml')
-rw-r--r-- | introspection/nm-manager.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/introspection/nm-manager.xml b/introspection/nm-manager.xml index e076e0516e..2d4cbf8269 100644 --- a/introspection/nm-manager.xml +++ b/introspection/nm-manager.xml @@ -226,8 +226,11 @@ VPN, SHARING, SUPPLICANT, AGENTS, SETTINGS, SUSPEND, CORE, DEVICE, OLPC, WIMAX, INFINIBAND, FIREWALL, ADSL, BOND, VLAN]. In addition to these domains, the following special domains can be used: [NONE, ALL, - DEFAULT, DHCP, IP]. If an empty string is given, the log level is - changed but the current set of log domains remains unchanged. + DEFAULT, DHCP, IP]. You can also specify that some domains should + log at a different level from the default by appending a colon (':') + and a log level (eg, 'WIFI:DEBUG'). If an empty string is given, the + log level is changed but the current set of log domains remains + unchanged. </tp:docstring> </arg> </method> |