summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2011-02-09 19:44:56 +0200
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2011-02-09 20:19:50 +0200
commit58fcf4e587c0bf11afce4c355e6054407b6057e5 (patch)
tree4934dfb1f54b08d14efdb599818cdd0b02986325 /data
parentb4707ae3791ed745a6ea2dc8d1ffd245f857d7a1 (diff)
downloadrygel-58fcf4e587c0bf11afce4c355e6054407b6057e5.tar.gz
core: Seprate log level for each domain
We now allow you to specify log levels separately for each log domain.
Diffstat (limited to 'data')
-rw-r--r--data/rygel.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/data/rygel.conf b/data/rygel.conf
index 77ae571f..dcfd4159 100644
--- a/data/rygel.conf
+++ b/data/rygel.conf
@@ -33,15 +33,16 @@ interface=
# The port to run HTTP server on. 0 means dynamic.
port=0
-# The log level
+# Comma-separated list of domain:level pairs to specify log level thresholds for
+# individual domains. domain could be either 'rygel', name of a plugin or '*'
+# for all domains. Allowed levels are:
#
# 1=critical
# 2=error
# 3=warning
# 4=message/info
# 5=debug
-#
-log-level=4
+log-levels=*:4
# Allow upload of media files?
allow-upload=true