summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorRadek Vykydal <rvykydal@redhat.com>2009-06-24 11:32:56 +0200
committerRadek Vykydal <rvykydal@redhat.com>2009-06-24 14:04:07 +0200
commit592edfb2aae76d8899906fa92d2193a8f17c6738 (patch)
tree57d5c8781438bff9b348c03ca1750f28eed56949 /yuminstall.py
parent6d797c88c0a69e157289b9931bdfb77780ef8252 (diff)
downloadanaconda-592edfb2aae76d8899906fa92d2193a8f17c6738.tar.gz
anaconda-592edfb2aae76d8899906fa92d2193a8f17c6738.tar.xz
anaconda-592edfb2aae76d8899906fa92d2193a8f17c6738.zip
Include yum.log in anacdump.txt too.
Also decrease yum debug log detail. Related commit introducing yum.log is 96999a5ba329b41bf555ab945a4749755b97c974.
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py
index 6be1baae3..70ed98ae9 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -591,7 +591,7 @@ class AnacondaYum(YumSorter):
tty3_handler.setFormatter(tty3_formatter)
verbose = logging.getLogger("yum.verbose")
- verbose.setLevel(yum.logginglevels.DEBUG_2)
+ verbose.setLevel(logging.DEBUG)
verbose.propagate = False
verbose.addHandler(file_handler)