Author: remi Date: 2009-04-08 13:36:06 +0200 (Wed, 08 Apr 2009) New Revision: 4410
Modified: software_suite_v2/tuxware/tuxdroidserver/trunk/TDSConfiguration.py Log: * updated logs level to INFO * updated logs target to FILE only Modified: software_suite_v2/tuxware/tuxdroidserver/trunk/TDSConfiguration.py =================================================================== --- software_suite_v2/tuxware/tuxdroidserver/trunk/TDSConfiguration.py 2009-04-08 11:06:23 UTC (rev 4409) +++ software_suite_v2/tuxware/tuxdroidserver/trunk/TDSConfiguration.py 2009-04-08 11:36:06 UTC (rev 4410) @@ -57,9 +57,9 @@ # Loggers configuration # ------------------------------------------------------------------------------ # Global log level -TDS_CONF_LOG_LEVEL = LOG_LEVEL_WARNING +TDS_CONF_LOG_LEVEL = LOG_LEVEL_INFO # Global log target -TDS_CONF_LOG_TARGET = LOG_TARGET_BOTH +TDS_CONF_LOG_TARGET = LOG_TARGET_FILE # Filename of the global server log TDS_FILENAME_TUXDROIDSERVER_LOG = "TuxDroidServer" # Filename of the HTTP server log ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Tux-droid-svn mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tux-droid-svn
