data: Set log-level in the default configuration
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Mon, 28 Sep 2009 16:32:32 +0000 (19:32 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Mon, 28 Sep 2009 22:07:47 +0000 (01:07 +0300)
data/rygel-default.conf
data/rygel-maemo.conf

index 0b5eaae..04358db 100644 (file)
@@ -27,6 +27,16 @@ interface=
 # The port to run HTTP server on. 0 means dynamic.
 port=0
 
+# The log level
+#
+# 1=critical
+# 2=error
+# 3=warning
+# 4=message/info
+# 5=debug
+#
+log-level=4
+
 # Plugin specific sections
 #
 # Some options are generic and some are specific to each plugin.
index 4cb400a..756fd26 100644 (file)
@@ -27,6 +27,16 @@ interface=
 # The port to run HTTP server on. 0 means dynamic.
 port=0
 
+# The log level
+#
+# 1=critical
+# 2=error
+# 3=warning
+# 4=message/info
+# 5=debug
+#
+log-level=4
+
 # Plugin specific sections
 #
 # Some options are generic and some are specific to each plugin.