[Neo-report] r1763 gregory - in /trunk/neo: node.py storage/handlers/initialization.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 16 11:05:05 CET 2010


Author: gregory
Date: Tue Feb 16 11:05:04 2010
New Revision: 1763

Log:
Reduce level of some log messages.

Modified:
    trunk/neo/node.py
    trunk/neo/storage/handlers/initialization.py

Modified: trunk/neo/node.py
==============================================================================
--- trunk/neo/node.py [iso-8859-1] (original)
+++ trunk/neo/node.py [iso-8859-1] Tue Feb 16 11:05:04 2010
@@ -364,7 +364,7 @@
                 node = klass(self, address=addr, uuid=uuid)
                 node.setState(state)
                 self.add(node)
-                logging.info('create node %s %s %s %s' % log_args)
+                logging.debug('create node %s %s %s %s' % log_args)
         self.log()
 
     def log(self):

Modified: trunk/neo/storage/handlers/initialization.py
==============================================================================
--- trunk/neo/storage/handlers/initialization.py [iso-8859-1] (original)
+++ trunk/neo/storage/handlers/initialization.py [iso-8859-1] Tue Feb 16 11:05:04 2010
@@ -51,7 +51,7 @@
                 if cell.getUUID() == app.uuid:
                     assigned_to_me = True
             if not assigned_to_me:
-                logging.warning('drop data for partition %d' % offset)
+                logging.debug('drop data for partition %d' % offset)
                 # not for me, delete objects database
                 app.dm.dropPartition(app.pt.getPartitions(), offset)
 





More information about the Neo-report mailing list