[yum-commits] Branch 'yum-3_2_X' - yum/logginglevels.py
skvidal at osuosl.org
skvidal at osuosl.org
Fri Jul 9 20:04:59 UTC 2010
yum/logginglevels.py | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 3af2a179649ce15006a00ef7239d188ef3a8af40
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Fri Jul 9 13:53:37 2010 -0400
disable logging.basicConfig() for ticket 525 -- comment the hell out of it
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:
More information about the Yum-commits
mailing list