summaryrefslogtreecommitdiffstats
path: root/storage/storage_log.py
diff options
context:
space:
mode:
Diffstat (limited to 'storage/storage_log.py')
-rw-r--r--storage/storage_log.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/storage_log.py b/storage/storage_log.py
index e5dbadcf3..a52513d8c 100644
--- a/storage/storage_log.py
+++ b/storage/storage_log.py
@@ -27,5 +27,6 @@ logger.setLevel(logging.DEBUG)
anaconda_log.logger.addFileHandler("/tmp/storage.log", logger, logging.DEBUG)
anaconda_log.logger.addFileHandler("/dev/tty3", logger,
anaconda_log.DEFAULT_TTY_LEVEL,
- anaconda_log.TTY_FORMAT)
+ anaconda_log.TTY_FORMAT,
+ autoLevel=True)
anaconda_log.logger.forwardToSyslog(logger)