Author: remi
Date: 2009-05-28 12:11:42 +0200 (Thu, 28 May 2009)
New Revision: 4694

Modified:
   
software_suite_v3/smart-core/smart-server/trunk/resources/03_content_servers/01_resourcePluginsServer.py
   
software_suite_v3/smart-core/smart-server/trunk/resources/03_content_servers/02_resourceGagdetsServer.py
   
software_suite_v3/smart-core/smart-server/trunk/resources/03_content_servers/03_resourceUgcServer.py
Log:
* updated log level and log target

Modified: 
software_suite_v3/smart-core/smart-server/trunk/resources/03_content_servers/01_resourcePluginsServer.py
===================================================================
--- 
software_suite_v3/smart-core/smart-server/trunk/resources/03_content_servers/01_resourcePluginsServer.py
    2009-05-28 10:10:04 UTC (rev 4693)
+++ 
software_suite_v3/smart-core/smart-server/trunk/resources/03_content_servers/01_resourcePluginsServer.py
    2009-05-28 10:11:42 UTC (rev 4694)
@@ -48,8 +48,8 @@
         # Create a logger
         self.logger = SimpleLogger("plugins_server")
         self.logger.resetLog()
-        self.logger.setLevel(LOG_LEVEL_DEBUG)
-        self.logger.setTarget(LOG_TARGET_BOTH)
+        self.logger.setLevel(TDS_CONF_LOG_LEVEL)
+        self.logger.setTarget(TDS_CONF_LOG_TARGET)
         self.logger.logInfo("-----------------------------------------------")
         self.logger.logInfo("Smart-core Plugins Server")
         self.logger.logInfo("Licence : GPL")

Modified: 
software_suite_v3/smart-core/smart-server/trunk/resources/03_content_servers/02_resourceGagdetsServer.py
===================================================================
--- 
software_suite_v3/smart-core/smart-server/trunk/resources/03_content_servers/02_resourceGagdetsServer.py
    2009-05-28 10:10:04 UTC (rev 4693)
+++ 
software_suite_v3/smart-core/smart-server/trunk/resources/03_content_servers/02_resourceGagdetsServer.py
    2009-05-28 10:11:42 UTC (rev 4694)
@@ -39,8 +39,8 @@
         # Create a logger
         self.logger = SimpleLogger("gadgets_server")
         self.logger.resetLog()
-        self.logger.setLevel(LOG_LEVEL_DEBUG)
-        self.logger.setTarget(LOG_TARGET_BOTH)
+        self.logger.setLevel(TDS_CONF_LOG_LEVEL)
+        self.logger.setTarget(TDS_CONF_LOG_TARGET)
         self.logger.logInfo("-----------------------------------------------")
         self.logger.logInfo("Smart-core Gadgets Server")
         self.logger.logInfo("Licence : GPL")

Modified: 
software_suite_v3/smart-core/smart-server/trunk/resources/03_content_servers/03_resourceUgcServer.py
===================================================================
--- 
software_suite_v3/smart-core/smart-server/trunk/resources/03_content_servers/03_resourceUgcServer.py
        2009-05-28 10:10:04 UTC (rev 4693)
+++ 
software_suite_v3/smart-core/smart-server/trunk/resources/03_content_servers/03_resourceUgcServer.py
        2009-05-28 10:11:42 UTC (rev 4694)
@@ -40,8 +40,8 @@
         # Create a logger
         self.logger = SimpleLogger("ugc_server")
         self.logger.resetLog()
-        self.logger.setLevel(LOG_LEVEL_DEBUG)
-        self.logger.setTarget(LOG_TARGET_BOTH)
+        self.logger.setLevel(TDS_CONF_LOG_LEVEL)
+        self.logger.setTarget(TDS_CONF_LOG_TARGET)
         self.logger.logInfo("-----------------------------------------------")
         self.logger.logInfo("Smart-core User Gadgets Server")
         self.logger.logInfo("Licence : GPL")


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to