[Neo-report] r2402 vincent - /trunk/neo/client/app.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 2 11:19:42 CET 2010


Author: vincent
Date: Tue Nov  2 11:19:41 2010
New Revision: 2402

Log:
Also lower thread creation/stopping mog levels, following r2401.

Modified:
    trunk/neo/client/app.py

Modified: trunk/neo/client/app.py
==============================================================================
--- trunk/neo/client/app.py [iso-8859-1] (original)
+++ trunk/neo/client/app.py [iso-8859-1] Tue Nov  2 11:19:41 2010
@@ -125,7 +125,7 @@ class Application(object):
         # Start polling thread
         self.em = EventManager()
         self.poll_thread = ThreadedPoll(self.em, name=name)
-        neo.logging.info('Started %s', self.poll_thread)
+        neo.logging.debug('Started %s', self.poll_thread)
         psThreadedPoll()
         # Internal Attributes common to all thread
         self._db = None
@@ -1202,7 +1202,7 @@ class Application(object):
         for conn in self.em.getConnectionList():
             conn.close()
         # Stop polling thread
-        neo.logging.info('Stopping %s', self.poll_thread)
+        neo.logging.debug('Stopping %s', self.poll_thread)
         self.poll_thread.stop()
         psThreadedPoll()
     close = __del__





More information about the Neo-report mailing list