[Neo-report] r2401 vincent - /trunk/neo/client/poll.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 2 11:17:16 CET 2010


Author: vincent
Date: Tue Nov  2 11:17:15 2010
New Revision: 2401

Log:
Set psThreadedPoll default logging level to "debug".

Modified:
    trunk/neo/client/poll.py

Modified: trunk/neo/client/poll.py
==============================================================================
--- trunk/neo/client/poll.py [iso-8859-1] (original)
+++ trunk/neo/client/poll.py [iso-8859-1] Tue Nov  2 11:17:15 2010
@@ -50,7 +50,7 @@ def psThreadedPoll(log=None):
     Logs alive ThreadedPoll threads.
     """
     if log is None:
-        log = neo.logging.info
+        log = neo.logging.debug
     for thread in thread_enum():
         if not isinstance(thread, ThreadedPoll):
             continue





More information about the Neo-report mailing list