summaryrefslogtreecommitdiffstats
path: root/openstack/common/log.py
Commit message (Expand)AuthorAgeFilesLines
* Highlighting the deprecated nature of 'log-format'.Anita Kuno2013-06-211-1/+2
* Enable hacking H404 test.Dina Belova2013-06-111-3/+4
* Remove the notifier and its dependencies from log.pyDavanum Srinivas2013-05-141-13/+5
* Deprecate log_format and change default to NoneAndrew Laski2013-05-011-6/+11
* Merge "Support for lazily instantiated loggers"Jenkins2013-04-281-3/+33
|\
| * Support for lazily instantiated loggersDavanum Srinivas2013-04-091-3/+33
* | oslo logging tries to run chmod on fileMichael Kerrin2013-04-241-10/+1
* | Improve Python 3.x compatibilityDirk Mueller2013-04-221-1/+1
* | Incorrect logging setup - duplicating root handlersMichael Kerrin2013-04-091-3/+0
|/
* Merge "Include PID in default logging_context_format_string"Jenkins2013-03-261-3/+3
|\
| * Include PID in default logging_context_format_stringKiall Mac Innes2013-03-171-3/+3
* | Gracefully handle errors in logging config filesMark McLoughlin2013-03-221-1/+22
* | clarify --log-file commentsPádraig Brady2013-03-201-3/+3
|/
* Merge "Initialize root logger in _setup_logging_from_conf()"Jenkins2013-03-121-3/+3
|\
| * Initialize root logger in _setup_logging_from_conf()Zhiteng Huang2013-03-131-3/+3
* | Merge "Fix Copyright Headers - Rename LLC to Foundation"Jenkins2013-03-121-1/+1
|\ \
| * | Fix Copyright Headers - Rename LLC to FoundationDavanum Srinivas2013-03-111-1/+1
| |/
* / Unignore log_format optionDavanum Srinivas2013-03-101-1/+2
|/
* Setup exception handler after configuring logging.Vishvananda Ishaya2013-02-191-7/+2
* Use oslo-config-2013.1b3Mark McLoughlin2013-02-171-1/+2
* Move logging config options into the log moduleMark McLoughlin2013-01-211-19/+65
* Merge "Verbose should not enable debug level logging"Jenkins2013-01-131-2/+4
|\
| * Verbose should not enable debug level loggingDavanum Srinivas2013-01-121-2/+4
* | Merge "Improve millisecond logging"Jenkins2013-01-121-3/+3
|\ \
| * | Improve millisecond loggingJoe Gordon2013-01-091-3/+3
| |/
* / Fix pep8 E125 errors.Monty Taylor2013-01-111-2/+2
|/
* Enable millisecond logging by defaultJoe Gordon2013-01-031-5/+6
* Allow nova and others to override some logging defaultsDavanum Srinivas2012-12-061-0/+6
* update deprecated stanzaSean Dague2012-11-151-1/+1
* Adjust the logging_context_format_string.Lianhao Lu2012-11-141-1/+1
* move nova.common.deprecated to openstack-commonSean Dague2012-10-311-0/+18
* Improve logging of process idStuart McLaren2012-09-111-5/+4
* Add multiple-driver support to the notifier api.Andrew Bogott2012-08-021-4/+3
* Install a qualified except hook.Mate Lakat2012-08-011-6/+8
* Remove code to clear basicConfig root log handlersDan Prince2012-07-311-11/+0
* don't throw exceptions if %(color)s tag is usedSean Dague2012-07-271-2/+6
* fix bug lp:1019348,update openstack-common to support pep8 1.3.Yaguang Tang2012-07-181-15/+15
* Fix missing gettextutils in several modules.Eric Windisch2012-07-121-0/+1
* Switch common files to using jsonutils.Andrew Bogott2012-07-031-2/+2
* Pass in stream as positional argument to StreamHandler.Andrew Bogott2012-06-271-1/+3
* Add common logging and notification.Andrew Bogott2012-06-251-0/+456