From 564388c4234255c13ddcde2d875b88da74781b63 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 7 Jan 2009 10:17:07 -0500 Subject: Log everything from execWithRedirect or execWithCapture (#467690). --- exception.py | 1 + 1 file changed, 1 insertion(+) (limited to 'exception.py') diff --git a/exception.py b/exception.py index 74a958dfd..214ca87ae 100644 --- a/exception.py +++ b/exception.py @@ -223,6 +223,7 @@ class AnacondaExceptionDump: for file in ("/tmp/syslog", "/tmp/anaconda.log", "/tmp/lvmout", "/tmp/resize.out", + "/tmp/program.log", anaconda.rootPath + "/root/install.log", anaconda.rootPath + "/root/upgrade.log"): try: -- cgit