diff options
author | Thomas Haller <thaller@redhat.com> | 2014-04-14 14:26:13 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2014-10-05 18:24:36 +0200 |
commit | bdea7d61d031c4cf1912dbc018e533f5b98556a4 (patch) | |
tree | 1779fe43721ad22a8a7ee192bb130dce0553f917 /man | |
parent | c9e0e66a80429cc6564e47425c86856136d4a329 (diff) | |
download | NetworkManager-bdea7d61d031c4cf1912dbc018e533f5b98556a4.tar.gz |
logging: add new logging level "TRACE"
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/NetworkManager.conf.xml.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/man/NetworkManager.conf.xml.in b/man/NetworkManager.conf.xml.in index 06aa403a8b..fcb4dfc4e8 100644 --- a/man/NetworkManager.conf.xml.in +++ b/man/NetworkManager.conf.xml.in @@ -316,11 +316,12 @@ unmanaged-devices=mac:00:22:68:1c:59:b1;mac:00:1E:65:30:D1:C4;interface-name:eth <listitem><para>The default logging verbosity level. One of <literal>ERR</literal>, <literal>WARN</literal>, <literal>INFO</literal>, - <literal>DEBUG</literal>. The ERR level logs only critical - errors. WARN logs warnings that may reflect operation. - INFO logs various informational messages that are useful for - tracking state and operations. DEBUG enables verbose - logging for debugging purposes. Subsequent levels also log + <literal>DEBUG</literal>, <literal>TRACE</literal>. The ERR + level logs only critical errors. WARN logs warnings that may + reflect operation. INFO logs various informational messages that + are useful for tracking state and operations. DEBUG enables + verbose logging for debugging purposes. TRACE enables even more + verbose logging then DEBUG level. Subsequent levels also log all messages from earlier levels; thus setting the log level to INFO also logs error and warning messages.</para></listitem> </varlistentry> |