summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2016-02-16 19:41:45 +0100
committerJens Georg <mail@jensge.org>2016-02-19 15:14:12 +0100
commit6f1f2aa82a65a50722066ac5b43dd3b3d0e2b32d (patch)
tree68d1b0c9cf43f4bfd0e0c1ac5a257292193979c8 /doc
parentf2937241f6cc211c236e6abfc513d8e40a0a66a3 (diff)
downloadrygel-6f1f2aa82a65a50722066ac5b43dd3b3d0e2b32d.tar.gz
db: Add possibility to dump the used SQL
Signed-off-by: Jens Georg <mail@jensge.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/man/rygel.conf.xml16
-rw-r--r--doc/man/rygel.xml8
2 files changed, 23 insertions, 1 deletions
diff --git a/doc/man/rygel.conf.xml b/doc/man/rygel.conf.xml
index 1ed2f70f..46ffe70a 100644
--- a/doc/man/rygel.conf.xml
+++ b/doc/man/rygel.conf.xml
@@ -221,8 +221,22 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
</variablelist>
</refsect1>
<refsect1>
+ <title>Database settings</title>
+ <para>The settings in the <code>[Database]</code>section are for the database support library. </para>
+ <para><variablelist>
+ <varlistentry>
+ <term>
+ <option>debug</option>
+ </term>
+ <listitem>
+ <para>Set to <option>true</option> to show the SQL statements used.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist></para>
+ </refsect1>
+ <refsect1>
<title>GStreamer Media Engine settings</title>
- <para>The settings in the <code>[GstMediaEngine]</code> section are specific to the Gstreamer media engine, which is the default media engine. See the media-engine setting. These following options are available for the <ulink url="http://gstreamer.freedesktop.org">GStreamer</ulink> media engine.</para>
+ <para>The settings in the <code>[GstMediaEngine]</code> section are specific to the GStreamer media engine, which is the default media engine. See the media-engine setting. These following options are available for the <ulink url="http://gstreamer.freedesktop.org">GStreamer</ulink> media engine.</para>
<variablelist>
<varlistentry>
<term>
diff --git a/doc/man/rygel.xml b/doc/man/rygel.xml
index 65c294a4..ea98bf89 100644
--- a/doc/man/rygel.xml
+++ b/doc/man/rygel.xml
@@ -427,6 +427,14 @@ handling.</para>
<para>Set the time-out for finding the plugins. Useful to increase when running inside valgrind.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>
+ <envar>RYGEL_DATABASE_DEBUG</envar>
+ </term>
+ <listitem>
+ <para>If set to 1, the database library will print the used SQL statements.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
<para>Also for every plugin you can set the following environment variables:</para>
<para><variablelist>