summaryrefslogtreecommitdiffstats
path: root/anaconda_log.py
Commit message (Expand)AuthorAgeFilesLines
* logging: initialize tty3 logging in anaconda_log, along with all other basic ...Ales Kozumplik2010-02-181-0/+8
* logging: introduce stderr logger and use it for critical situations in kickst...Ales Kozumplik2010-02-181-0/+6
* logging: Loggers live a cosmopolitan life, forget about them after created.Ales Kozumplik2010-02-181-9/+9
* logging: remove AnacondaLog's unused default parameter.Ales Kozumplik2010-02-181-1/+1
* logging, fix: setting remote logging from kicstartAles Kozumplik2010-02-181-0/+19
* logging: addFileHandler does not set autoLevel by defaultAles Kozumplik2010-02-181-3/+3
* rename constants and a variable in anconda_log.py so the names make more sense.Ales Kozumplik2010-01-291-11/+11
* anaconda, storage and yum: log to tty3 in the same format as we log into tty4Ales Kozumplik2010-01-291-2/+5
* Introducing a proper syslog daemon allows us to remove the syslogd stub we have.Ales Kozumplik2010-01-211-0/+1
* Python logging is talking to the syslog daemon.Ales Kozumplik2010-01-211-1/+26
* introduce loglevel flag and use it in yum's tty3 loggingAles Kozumplik2010-01-081-0/+1
* Remove LoggerClass but maintain loglevel= functionalityAles Kozumplik2010-01-081-19/+12
* Log into program.log through the standard python logging (part of #524980).Ales Kozumplik2009-12-181-4/+9
* Log storage in the same format as the main anaconda log (a part of #524980)Ales Kozumplik2009-12-021-3/+6
* Revert "Use direct reference instead of setattr()."David Cantrell2009-02-231-1/+1
* Use direct reference instead of setattr().David Cantrell2009-02-231-1/+1
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-3/+3
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-9/+15
* Fix typo.Chris Lumens2007-10-261-1/+1
* Add timestamps to the stdout log as well.Chris Lumens2007-10-261-1/+1
* Add support for the logging command (which does something) and the repoChris Lumens2006-03-271-0/+4
* 2005-11-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-171-1/+1
* Change level on stdout logging so we actually see what's being printed.Chris Lumens2005-11-101-2/+2
* Miscellaneous logging cleanups to fix how changing log levels was broken.Chris Lumens2005-11-091-16/+33
* Set minimum logging level to WARNING.Chris Lumens2005-10-271-1/+1
* Init tty3 logger in the right place to fix scripts.Chris Lumens2005-08-161-3/+0
* Added syslog= parameter for logging to a remote machine once we're out ofChris Lumens2005-08-151-2/+2
* Accept loglevel= command line parameter. Keep log that loader started onChris Lumens2005-08-151-0/+4
* Convert to using python's complex logging module and started modifyingChris Lumens2005-08-111-58/+54
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-1/+1
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-11/+25
* migrate to using rhpl log functionMike Fulbright2002-05-231-4/+5
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our...Mike Fulbright2002-05-231-1/+1
* add tty3 output to a file (#62743)Jeremy Katz2002-05-131-1/+17
* log imports iutil; iutil imports log. this doesn't workMatt Wilson2001-08-081-9/+2
* add s390/s390x patchesr0-9-1laroche2001-07-201-2/+9
* copyrightMatt Wilson2001-06-221-0/+15
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-10/+6
* move reconfig log file to /var/logMike Fulbright2001-03-151-1/+4
* fix for bug 28009Mike Fulbright2001-02-191-3/+3
* 1) add "langsupport" flag to ks.cfgMatt Wilson2001-02-081-2/+6
* two stupid things: 1) fix logging in recondfig mode, 2) don't die on ^Z in te...Matt Wilson2000-08-281-1/+1
* added log.py, log class in there for loggingMatt Wilson2000-05-011-0/+30