Author: remi
Date: 2008-12-14 15:05:24 +0100 (Sun, 14 Dec 2008)
New Revision: 3115

Modified:
   
software_suite_v2/tuxware/pytuxisalive/branches/complete_refactoring/src/tuxisalive/lib/driver/TuxDriver.py
Log:
* updated the default log level to LOG_LEVEL_INFO

Modified: 
software_suite_v2/tuxware/pytuxisalive/branches/complete_refactoring/src/tuxisalive/lib/driver/TuxDriver.py
===================================================================
--- 
software_suite_v2/tuxware/pytuxisalive/branches/complete_refactoring/src/tuxisalive/lib/driver/TuxDriver.py
 2008-12-14 14:04:42 UTC (rev 3114)
+++ 
software_suite_v2/tuxware/pytuxisalive/branches/complete_refactoring/src/tuxisalive/lib/driver/TuxDriver.py
 2008-12-14 14:05:24 UTC (rev 3115)
@@ -154,7 +154,7 @@
         """
         self.__logger = SimpleLogger("libtuxdriver_wrapper")
         self.__logger.setTarget(LOG_TARGET_FILE)
-        self.__logger.setLevel(LOG_LEVEL_DEBUG)
+        self.__logger.setLevel(LOG_LEVEL_INFO)
         self.__logger.resetLog()
         
self.__logger.logInfo("-----------------------------------------------")
         self.__logger.logInfo("libtuxdriver wrapper v%s" % __version__)


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to