From 6f1f2aa82a65a50722066ac5b43dd3b3d0e2b32d Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Tue, 16 Feb 2016 19:41:45 +0100 Subject: db: Add possibility to dump the used SQL Signed-off-by: Jens Georg --- doc/man/rygel.conf.xml | 16 +++++++++++++++- doc/man/rygel.xml | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) (limited to 'doc') 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 @@ -220,9 +220,23 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ + + Database settings + The settings in the [Database]section are for the database support library. + + + + + + + Set to to show the SQL statements used. + + + + GStreamer Media Engine settings - The settings in the [GstMediaEngine] 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 GStreamer media engine. + The settings in the [GstMediaEngine] 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 GStreamer media engine. 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. Set the time-out for finding the plugins. Useful to increase when running inside valgrind. + + + RYGEL_DATABASE_DEBUG + + + If set to 1, the database library will print the used SQL statements. + + Also for every plugin you can set the following environment variables: -- cgit v1.2.1