Author: reinhard
Date: 2009-10-07 10:34:19 -0500 (Wed, 07 Oct 2009)
New Revision: 9943
Modified:
trunk/gnue-common/src/base/log.py
Log:
It is default anyway for the basicConfig to only log WARNING and up.
Modified: trunk/gnue-common/src/base/log.py
===================================================================
--- trunk/gnue-common/src/base/log.py 2009-10-07 15:06:24 UTC (rev 9942)
+++ trunk/gnue-common/src/base/log.py 2009-10-07 15:34:19 UTC (rev 9943)
@@ -764,7 +764,6 @@
logging.config.fileConfig(config_files)
else:
logging.basicConfig()
- logging.getLogger().setLevel(logging.WARNING)
# Use our exception hook.
sys.excepthook = excepthook
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue