summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorAles Kozumplik <akozumpl@redhat.com>2010-02-16 14:49:30 +0100
committerAles Kozumplik <akozumpl@redhat.com>2010-02-18 10:08:43 +0100
commit99bc9b7d3e05d3ac5488d838caf3e832ef238347 (patch)
tree6322cb0c43b39ea73f13dc414ce28d4b9d233977 /anaconda
parent2593d5586e51adee8c263543f8c84c86890f339c (diff)
downloadanaconda-99bc9b7d3e05d3ac5488d838caf3e832ef238347.tar.gz
anaconda-99bc9b7d3e05d3ac5488d838caf3e832ef238347.tar.xz
anaconda-99bc9b7d3e05d3ac5488d838caf3e832ef238347.zip
logging: addFileHandler does not set autoLevel by default
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda3
1 files changed, 2 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index b80db4fef..87d3ecc5c 100755
--- a/anaconda
+++ b/anaconda
@@ -817,7 +817,8 @@ if __name__ == "__main__":
if not iutil.isS390() and os.access("/dev/tty3", os.W_OK):
anaconda_log.logger.addFileHandler("/dev/tty3", log,
- fmtStr=anaconda_log.TTY_FORMAT)
+ fmtStr=anaconda_log.TTY_FORMAT,
+ autoLevel=True)
warnings.showwarning = AnacondaShowWarning