summaryrefslogtreecommitdiffstats
path: root/anaconda_log.py
Commit message (Collapse)AuthorAgeFilesLines
* 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