[Yum-devel] [PATCH] disable logging.basicConfig() for ticket 525 -- comment the hell out of it

Seth Vidal skvidal at fedoraproject.org
Fri Jul 9 17:54:02 UTC 2010


---
 yum/logginglevels.py |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/yum/logginglevels.py b/yum/logginglevels.py
index 2002140..9534984 100644
--- a/yum/logginglevels.py
+++ b/yum/logginglevels.py
@@ -130,7 +130,10 @@ def doLoggingSetup(debuglevel, errorlevel,
     """
     global _added_handlers
 
-    logging.basicConfig()
+    #logging.basicConfig() # this appears to not change anything in our 
+    # logging setup - disabling this b/c of the behaviors in yum ticket 525
+    # -skvidal
+    
 
     if _added_handlers:
         if debuglevel is not None:
-- 
1.7.0.1



More information about the Yum-devel mailing list