summaryrefslogtreecommitdiffstats
path: root/pyanaconda/exception.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2012-09-05 12:20:51 -0500
committerDavid Lehman <dlehman@redhat.com>2012-09-05 12:22:27 -0500
commitbee17c5a2c6328963347a5a4f259d30b18dbba6b (patch)
tree745a2a36c75dadd7192bca091b760ce2cf70e98d /pyanaconda/exception.py
parent07e97a18f0455fb9b3d4f139ee9df2ef25dae7f4 (diff)
downloadanaconda-bee17c5a2c6328963347a5a4f259d30b18dbba6b.tar.gz
anaconda-bee17c5a2c6328963347a5a4f259d30b18dbba6b.tar.xz
anaconda-bee17c5a2c6328963347a5a4f259d30b18dbba6b.zip
Include packaging log in exception reports.
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" ]