summaryrefslogtreecommitdiffstats
path: root/anaconda_log.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-10-27 16:59:14 +0000
committerChris Lumens <clumens@redhat.com>2005-10-27 16:59:14 +0000
commitdd5665a4573afe8d16aa7f3f4cf9ca12b0125c22 (patch)
tree979603bce1f629a47bf1c14e03aa58e2127ed82c /anaconda_log.py
parent69d99b30ce0e26f796a3f5b4f59ee05512f26085 (diff)
downloadanaconda-dd5665a4573afe8d16aa7f3f4cf9ca12b0125c22.tar.gz
anaconda-dd5665a4573afe8d16aa7f3f4cf9ca12b0125c22.tar.xz
anaconda-dd5665a4573afe8d16aa7f3f4cf9ca12b0125c22.zip
Set minimum logging level to WARNING.
Diffstat (limited to 'anaconda_log.py')
-rw-r--r--anaconda_log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda_log.py b/anaconda_log.py
index 9577d8971..efcd214c2 100644
--- a/anaconda_log.py
+++ b/anaconda_log.py
@@ -21,7 +21,7 @@ import iutil
import logging
from logging.handlers import SysLogHandler, SYSLOG_UDP_PORT
-DEFAULT_LEVEL = logging.INFO
+DEFAULT_LEVEL = logging.WARNING
logFile = "/tmp/anaconda.log"