Author: remi
Date: 2009-09-11 14:43:18 +0200 (Fri, 11 Sep 2009)
New Revision: 5358

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/03_resourceUgcServer.py
Log:
* Updated some log levels

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-09-11 12:42:48 UTC (rev 5357)
+++ 
software_suite_v3/smart-core/smart-server/trunk/resources/03_content_servers/02_resourceGagdetsServer.py
    2009-09-11 12:43:18 UTC (rev 5358)
@@ -87,7 +87,7 @@
         scgName = os.path.split(gadget.getScgFile())[-1]
         gadgetDlUrl = '/gadgets/%s' % scgName
         resourcesManager.addFileToServe(gadget.getScgFile(), gadgetDlUrl)
-        self.logger.logDebug("Gadget deployed [%s] to [%s]" % (
+        self.logger.logInfo("Gadget deployed [%s] to [%s]" % (
             gadget.getDescription().getName(), gadgetWorkingPath))
         self.__publishEvents(False, ST_NAME_GS_GADGET_LOADED, [uuid,])
 
@@ -108,7 +108,7 @@
         scgName = os.path.split(gadget.getScgFile())[-1]
         gadgetDlUrl = '/gadgets/%s' % scgName
         resourcesManager.removeFileToServe(gadgetDlUrl)
-        self.logger.logDebug("Gadget undeployed [%s] to [%s]" % (
+        self.logger.logInfo("Gadget undeployed [%s] to [%s]" % (
             gadget.getDescription().getName(), gadgetWorkingPath))
         self.__publishEvents(False, ST_NAME_GS_GADGET_UNLOADED, [uuid,])
 

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-09-11 12:42:48 UTC (rev 5357)
+++ 
software_suite_v3/smart-core/smart-server/trunk/resources/03_content_servers/03_resourceUgcServer.py
        2009-09-11 12:43:18 UTC (rev 5358)
@@ -70,7 +70,7 @@
         ugcName = os.path.split(ugc.getUgcFile())[-1]
         ugcDlUrl = '/ugcs/%s' % ugcName
         resourcesManager.addFileToServe(ugc.getUgcFile(), ugcDlUrl)
-        self.logger.logDebug("UGC deployed [%s] to [%s]" % (
+        self.logger.logInfo("UGC deployed [%s] to [%s]" % (
             ugc.getDescription().getName(), ugcFile))
         self.__publishEvents(False, ST_NAME_US_UGC_LOADED, [uuid,])
         self.insertAlertsInScheduler(ugc)
@@ -92,7 +92,7 @@
         ugcName = os.path.split(ugc.getUgcFile())[-1]
         ugcDlUrl = '/ugcs/%s' % ugcName
         resourcesManager.removeFileToServe(ugcDlUrl)
-        self.logger.logDebug("UGC undeployed [%s] from [%s]" % (
+        self.logger.logInfo("UGC undeployed [%s] from [%s]" % (
             ugc.getDescription().getName(), ugcFile))
         self.__publishEvents(False, ST_NAME_US_UGC_UNLOADED, [uuid,])
         self.deleteAlertsFromScheduler(ugc)


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to