summaryrefslogtreecommitdiffstats
path: root/anaconda_log.py
Commit message (Collapse)AuthorAgeFilesLines
* logging: initialize tty3 logging in anaconda_log, along with all other basic ↵Ales Kozumplik2010-02-181-0/+8
| | | | loggers.
* logging: introduce stderr logger and use it for critical situations in ↵Ales Kozumplik2010-02-181-0/+6
| | | | kickstart.py.
* 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
| | | | | This allows anaconda to progressively send contents of anaconda.log, storage.log and program.log to a remote machine.
* 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
| | | | | | | The entry format and date format is standardized: do not show date but always show miliseconds. Includes a cleanup in the storage/storage_log.py code to use AnacondaLog.
* Revert "Use direct reference instead of setattr()."David Cantrell2009-02-231-1/+1
| | | | | | This reverts commit 6317611f1d9990910d3d1f528c2f6e7b934fcd4d. Can't assign inside a lambda.
* Use direct reference instead of setattr().David Cantrell2009-02-231-1/+1
| | | | pychecker fix.
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-3/+3
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-9/+15
| | | | | | Updated all *.py files to have a uniform GPL boilerplate. Expanded copyright year ranges and listed authors (if they were in the comment section) under the Red Hat Author(s) section.
* 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
| | | | | command (which doesn't). Create a mapping from string -> log level and make anaconda use that.
* 2005-11-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-171-1/+1
| | | | | * anaconda_log.py (DEFAULT_LEVEL): Back to info for default. * loader2/log.c: Likewise.
* 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
| | | | the loader.
* Accept loglevel= command line parameter. Keep log that loader started onChris Lumens2005-08-151-0/+4
| | | | tty3 going when we get to pythonland.
* Convert to using python's complex logging module and started modifyingChris Lumens2005-08-111-58/+54
| | | | | | | source files. I'll basically have to touch everything. Until that's done, all the files that haven't been converted will log to tty1. The current debug level is set to INFO, but I'll crank it up to WARNING after I get the cmdline parameters in place.
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-1/+1
| | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups.
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-11/+25
| | | | | will be tagged after-taroon-merge after. taroon at this point is tagged taroon-merge-point for where to base merges from in the future
* migrate to using rhpl log functionMike Fulbright2002-05-231-4/+5
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-1/+1
| | | | our own translate.py
* 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
| | | | | | | | | "langsupport --default en_US" will support all languages, en_US default "langsupport de_DE fr_FR en_US --default fr_FR" will give German, French, English support, French default 2) don't apply comp default selection state to upgrades - explicitly turn off each comp 3) log to stderr on "not setupFilesystems" in log.py
* two stupid things: 1) fix logging in recondfig mode, 2) don't die on ^Z in ↵Matt Wilson2000-08-281-1/+1
| | | | text mode
* added log.py, log class in there for loggingMatt Wilson2000-05-011-0/+30