summaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2011-02-12 00:07:11 +0100
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2011-02-12 21:45:19 +0200
commit8464049761093fcbe49b582dfc45bb3b17778ece (patch)
tree6acde23ba9def040bf6c05df15680e5feef013ad /doc/man
parentfa206cb7d99c5a5965b5f0d079ee6f4a9725b712 (diff)
downloadrygel-8464049761093fcbe49b582dfc45bb3b17778ece.tar.gz
doc: Update log-level docs
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/rygel.conf.xml5
-rw-r--r--doc/man/rygel.xml4
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/man/rygel.conf.xml b/doc/man/rygel.conf.xml
index b24f4ffe..92f28bdb 100644
--- a/doc/man/rygel.conf.xml
+++ b/doc/man/rygel.conf.xml
@@ -188,11 +188,10 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
</varlistentry>
<varlistentry>
<term>
- <option>log-level<replaceable>=LEVEL</replaceable></option>
+ <option>log-level=<replaceable>DOMAIN</replaceable>:<replaceable>LEVEL</replaceable>[,<replaceable>DOMAIN</replaceable>:<replaceable>LEVEL</replaceable>,…]</option>
</term>
<listitem>
- <para>
- Set the log level. 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=critical, 2=error, 3=warning, 4=message/info,
5=debug.
</para>
</listitem>
diff --git a/doc/man/rygel.xml b/doc/man/rygel.xml
index eac82430..a0c8cfb9 100644
--- a/doc/man/rygel.xml
+++ b/doc/man/rygel.xml
@@ -244,7 +244,9 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
<option>--log-level=<replaceable>LEVEL</replaceable></option>
</term>
<listitem>
- <para>Set the log level. 1=critical, 2=error, 3=warning, 4=message/info, 5=debug.</para>
+ <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,
+ 5=debug.
+ </para>
</listitem>
</varlistentry>
<varlistentry>