summaryrefslogtreecommitdiff
path: root/oslotest/log.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow TRACE and integer logging levels for 'OS_DEBUG'1.10.0Joshua Harlow2015-07-271-4/+19
| | | | Change-Id: Id977e71dc64d0e13b2c1077e1dd17c0a38d7354d
* Allow ``OS_DEBUG`` environment variable to specify log level.Jon Grimm2015-06-171-4/+14
| | | | | | | | | | Preserve original behavior when ``OS_DEBUG`` is ``True``, but if variable is set to a valid log level, such as 'WARNING' use that level instead to allow finer grained control over verbosity of log messages with the FakeLogger. Change-Id: I6594cec8de6fa221fe81f663a9126b2df8762ef3 Closes-Bug: 1280454
* Create ConfigureLogging fixtureDoug Hellmann2015-06-121-0/+66
Add a fixture for controlling how logging is configured. Blueprint oslotest-refactor-test-base-class Change-Id: I5f3f353781a6036f21c4cdb577792bceab242ea4