summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2016-06-26 17:06:55 +0200
committerJens Georg <mail@jensge.org>2016-06-26 17:06:55 +0200
commit9e066329ea4826ee8ece215f60de9c145331d57b (patch)
treec96f8f17972b17946319246a57eff020a615e905 /doc
parent30e6d892296074cf578572d6de06f63110d72d19 (diff)
downloadrygel-9e066329ea4826ee8ece215f60de9c145331d57b.tar.gz
doc: Update for log level switch
Signed-off-by: Jens Georg <mail@jensge.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/man/rygel.conf.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/rygel.conf.xml b/doc/man/rygel.conf.xml
index 83928b78..e20bcb64 100644
--- a/doc/man/rygel.conf.xml
+++ b/doc/man/rygel.conf.xml
@@ -138,7 +138,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
<option>log-level=<replaceable>DOMAIN</replaceable>:<replaceable>LEVEL</replaceable>[,<replaceable>DOMAIN</replaceable>:<replaceable>LEVEL</replaceable>,…]</option>
</term>
<listitem>
- <para>Comma-separated list of <replaceable>DOMAIN</replaceable>:<replaceable>LEVEL</replaceable> pairs, allowing to set the log level individually for each domain, where <replaceable>DOMAIN</replaceable> is eiher <userinput>&quot;*&quot;</userinput>, &quot;<userinput>rygel</userinput>&quot; or the name of a plugin. Allowed log levels are 1=critical, 2=error, 3=warning, 4=message/info,
+ <para>Comma-separated list of <replaceable>DOMAIN</replaceable>:<replaceable>LEVEL</replaceable> pairs, allowing to set the log level individually for each domain, where <replaceable>DOMAIN</replaceable> is eiher <userinput>&quot;*&quot;</userinput>, &quot;<userinput>rygel</userinput>&quot; or the name of a plugin. Allowed log levels are 1=error, 2=critical, 3=warning, 4=message/info,
5=debug.
Note that on recent versions of GLib (&gt;= 2.36) it is required to set the environment variable <envar>G_MESSAGES_DEBUG</envar> to <userinput>all</userinput> to get any debug output.</para>
</listitem>