Author: duncan
Date: Thu Jun  7 18:40:46 2007
New Revision: 9668

Modified:
   branches/rel-1/freevo/freevo_config.py
   branches/rel-1/freevo/local_conf.py.example

Log:
Updated the logging settins and added to example


Modified: branches/rel-1/freevo/freevo_config.py
==============================================================================
--- branches/rel-1/freevo/freevo_config.py      (original)
+++ branches/rel-1/freevo/freevo_config.py      Thu Jun  7 18:40:46 2007
@@ -276,11 +276,11 @@
      ''' ),
     (5.20,
      '''Added PERSONAL_WWW_PAGE config item to allow private web pages in the 
webserver
-        Added LOGGING, can be one of CRITICAL, ERROR, WARNING, INFO, DEBUG
-        Added RECORDSERVER_LOGGING to allow different levels of errors to be 
reported
-        Changed VIDEO_INTERLACING to VIDEO_DEINTERLACE to be more consistent 
with autovars
-        Added SENSORS_PLATFORM_PATH and SENSORS_I2CDEV_PATH for sensor paths
-        Added OSD_SOUNDS_ENABLED defaulted to False for menu sounds
+     Added LOGGING, can be one of CRITICAL, ERROR, WARNING, INFO, DEBUG or 
NOTSET
+     Added RECORDSERVER_LOGGING to allow different levels of errors to be 
reported
+     Changed VIDEO_INTERLACING to VIDEO_DEINTERLACE to be more consistent with 
autovars
+     Added SENSORS_PLATFORM_PATH and SENSORS_I2CDEV_PATH for sensor paths
+     Added OSD_SOUNDS_ENABLED defaulted to False for menu sounds
      ''' ),
 ]
 

Modified: branches/rel-1/freevo/local_conf.py.example
==============================================================================
--- branches/rel-1/freevo/local_conf.py.example (original)
+++ branches/rel-1/freevo/local_conf.py.example Thu Jun  7 18:40:46 2007
@@ -1646,3 +1646,20 @@
 #             ,"track||'-'||title"]
 #     ,'alt_grouping':[None,None,'year||album','track']
 #     })
+
+#
+# Debugging and logging settings
+#
+# logging can be one of:
+# CRITICAL, ERROR, WARNING, INFO, DEBUG or NOTSET
+#
+# debugging is a number from 0 to 9, 0 is no debugging 9 is most
+#
+# LOGGING = logging.DEBUG
+# RECORDSERVER_LOGGING = logging.DEBUG
+# DEBUG = 1
+# CHILDAPP_DEBUG = 1
+# MPLAYER_DEBUG = 1
+# TIME_DEBUG = 0
+
+

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to