summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_log.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "python3: python3 binary/text data compatbility"Jenkins2013-06-031-2/+2
|\
| * python3: python3 binary/text data compatbilityChuck Short2013-05-311-2/+2
* | Enable hacking H402 testSergey Lukjanov2013-06-031-1/+1
|/
* Enable hacking H403 testSergey Lukjanov2013-05-301-1/+2
* Remove the notifier and its dependencies from log.pyDavanum Srinivas2013-05-141-1/+2
* Deprecate log_format and change default to NoneAndrew Laski2013-05-011-8/+23
* Support for lazily instantiated loggersDavanum Srinivas2013-04-091-4/+19
* Gracefully handle errors in logging config filesMark McLoughlin2013-03-221-0/+48
* Use oslo-config-2013.1b3Mark McLoughlin2013-02-171-1/+2
* Don't use subprocess for testing excepthookJason Kölker2013-02-131-18/+18
* Use testtools as test base class.Monty Taylor2013-01-241-5/+2
* Move logging config options into the log moduleMark McLoughlin2013-01-211-5/+56
* Fixes import order errorsZhongyue Luo2013-01-181-1/+1
* Verbose should not enable debug level loggingDavanum Srinivas2013-01-121-1/+7
* Allow nova and others to override some logging defaultsDavanum Srinivas2012-12-061-0/+29
* Fix the log test so it uses the available context fields.Angus Salkeld2012-11-131-0/+7
* Restore proper LoggerTestCaseEric Windisch2012-11-051-6/+8
* Use pep8 v1.3.3Zhongyue Luo2012-09-131-1/+1
* Merge "Fix meaningless test case"Jenkins2012-08-061-1/+1
|\
| * Fix meaningless test caseMate Lakat2012-08-061-1/+1
* | Add multiple-driver support to the notifier api.Andrew Bogott2012-08-021-15/+2
|/
* Install a qualified except hook.Mate Lakat2012-08-011-0/+27
* don't throw exceptions if %(color)s tag is usedSean Dague2012-07-271-0/+54
* fix bug lp:1019348,update openstack-common to support pep8 1.3.Yaguang Tang2012-07-181-5/+5
* Switch common files to using jsonutils.Andrew Bogott2012-07-031-3/+3
* Add common logging and notification.Andrew Bogott2012-06-251-0/+218