utils.FilterEmptyLinesAndComments: Return list
[ganeti-local] / lib / utils / log.py
2011-10-03 Michael HanselmannRevert "utils.log: Write error messages to stderr"
2011-09-30 Michael Hanselmannutils.log: Write error messages to stderr
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2011-07-25 Michael HanselmannMerge branch 'devel-2.4'
2011-07-25 Michael HanselmannReopen log file only once after SIGHUP
2011-04-07 Michael HanselmannMerge branch 'devel-2.4'
2011-03-10 Iustin PopFix bug related to log opening failures
2011-03-07 Iustin PopLog log-file reopening
2011-02-02 Michael HanselmannReopen log files upon SIGHUP in daemons
2011-02-02 Michael Hanselmannutils.SetupLogging: Return function to reopen log file
2011-02-02 Michael Hanselmannutils.SetupLogging: Make program a mandatory argument
2011-02-02 Michael Hanselmannutils.log: Restrict I/O error handling coverage
2011-02-02 Michael Hanselmannutils.log: Split formatter building into separate function
2011-01-31 Michael HanselmannIntroduce re-openable log record handler
2011-01-10 Michael Hanselmannutils: Move logging-related code into separate file