summaryrefslogtreecommitdiffstats
path: root/openstack/common/log.py
Commit message (Expand)AuthorAgeFilesLines
* 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