summaryrefslogtreecommitdiffstats
path: root/pyanaconda/exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyanaconda/exception.py')
-rw-r--r--pyanaconda/exception.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/exception.py b/pyanaconda/exception.py
index e528be575..98575f3be 100644
--- a/pyanaconda/exception.py
+++ b/pyanaconda/exception.py
@@ -138,7 +138,7 @@ class AnacondaExceptionHandler(ExceptionHandler):
iutil.vtActivate(6)
def initExceptionHandling(anaconda):
- fileList = [ "/tmp/anaconda.log",
+ fileList = [ "/tmp/anaconda.log", "/tmp/packaging.log",
"/tmp/program.log", "/tmp/storage.log", "/tmp/ifcfg.log",
"/tmp/yum.log", ROOT_PATH + "/root/install.log",
ROOT_PATH + "/root/upgrade.log", "/proc/cmdline" ]