summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorAles Kozumplik <akozumpl@redhat.com>2010-02-17 14:49:59 +0100
committerAles Kozumplik <akozumpl@redhat.com>2010-02-18 10:08:43 +0100
commitd82723a8912501958658591ea1f1d229202f3b22 (patch)
treeb29722ddd157bbea6383a45702879758705f5bf6 /anaconda
parent88e383bff31d52f99b242226ebda0b682fc5b950 (diff)
downloadanaconda-d82723a8912501958658591ea1f1d229202f3b22.tar.gz
anaconda-d82723a8912501958658591ea1f1d229202f3b22.tar.xz
anaconda-d82723a8912501958658591ea1f1d229202f3b22.zip
logging: initialize tty3 logging in anaconda_log, along with all other basic loggers.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda7
1 files changed, 0 insertions, 7 deletions
diff --git a/anaconda b/anaconda
index 87d3ecc5c..7bac8ce0a 100755
--- a/anaconda
+++ b/anaconda
@@ -814,14 +814,7 @@ if __name__ == "__main__":
_ = lambda x: gettext.ldgettext("anaconda", x)
anaconda = Anaconda()
-
- if not iutil.isS390() and os.access("/dev/tty3", os.W_OK):
- anaconda_log.logger.addFileHandler("/dev/tty3", log,
- fmtStr=anaconda_log.TTY_FORMAT,
- autoLevel=True)
-
warnings.showwarning = AnacondaShowWarning
-
setupTranslations()
# reset python's default SIGINT handler