summaryrefslogtreecommitdiffstats
path: root/anaconda_log.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-10-26 19:02:09 +0000
committerChris Lumens <clumens@redhat.com>2007-10-26 19:02:09 +0000
commit16baaf7a1246db5a317cee1b40c67f08f7378811 (patch)
tree56f1d7e484a6652e3c70442c93b1fb3be0490879 /anaconda_log.py
parentf503ac37caaf29cf114f1931408c2dcc2a1bc31b (diff)
downloadanaconda-16baaf7a1246db5a317cee1b40c67f08f7378811.tar.gz
anaconda-16baaf7a1246db5a317cee1b40c67f08f7378811.tar.xz
anaconda-16baaf7a1246db5a317cee1b40c67f08f7378811.zip
Add timestamps to the stdout log as well.
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 aaa8c449e..cd769cf5a 100644
--- a/anaconda_log.py
+++ b/anaconda_log.py
@@ -62,7 +62,7 @@ class AnacondaLog:
# Add a handler for the duped stuff. No fancy formatting, thanks.
self.addFileHandler (sys.stdout, self.stdoutLogger,
- fmtStr="%(message)s", minLevel=logging.INFO)
+ fmtStr="%(asctime) %(message)s", minLevel=logging.INFO)
# Add a simple handler - file or stream, depending on what we're given.
def addFileHandler (self, file, addToLogger, minLevel=DEFAULT_LEVEL,