Logging library.
Go to file
Doug Hellmann dbab9ab8c2 rewrite tests to not rely on implementation details of logging module
The tests for ensuring the results of the adapter are passed to the
logger correctly rely more on the implementation details of the
logging library than on the adapter supposedly being tested. As the
underlying implementation changes in various ways, this causes the
tests to fail (most recently when we try to run the tests under python
3.6. Rather than adding yet another case to the conditional for this
specific version of python, rewrite the tests so they do not rely on
the underlying implementation details.

Change-Id: Id4d416852553b8d11ad27e25edcf9cceab3eb1b6
Signed-off-by: Doug Hellmann <doug@doughellmann.com>

fix

Change-Id: I1f5140b0a9499c94e13fa3cd0f7151dc6c952621
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-08-12 18:56:14 -04:00
doc Follow the new PTI for document build 2018-08-10 16:01:51 -04:00
oslo_log rewrite tests to not rely on implementation details of logging module 2018-08-12 18:56:14 -04:00
playbooks/legacy/oslo.log-src-grenade-devstack Migrate to Zuul v3 2017-10-12 03:46:50 +00:00
releasenotes Update reno for stable/rocky 2018-07-26 12:38:25 +00:00
tools Fix sphinx-docs job 2018-04-27 19:01:50 +02:00
.coveragerc Fix coverage configuration and execution 2015-10-05 17:22:34 -04:00
.gitignore Migrate to stestr 2018-08-10 15:57:52 -04:00
.gitreview exported from oslo-incubator by graduate.sh 2014-08-25 14:42:22 -04:00
.mailmap exported from oslo-incubator by graduate.sh 2014-08-25 14:42:22 -04:00
.stestr.conf Migrate to stestr 2018-08-10 15:57:52 -04:00
.zuul.yaml import zuul job settings from project-config 2018-08-10 16:01:51 -04:00
CONTRIBUTING.rst Optimize the link address 2017-04-08 22:52:25 +08:00
HACKING.rst Update URLs according to document migration 2017-07-11 22:46:53 +08:00
LICENSE exported from oslo-incubator by graduate.sh 2014-08-25 14:42:22 -04:00
README.rst Add release notes link to README 2018-06-21 13:29:52 +08:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-08-25 14:42:22 -04:00
lower-constraints.txt Migrate to stestr 2018-08-10 15:57:52 -04:00
requirements.txt Fix lower-constraints job 2018-08-10 15:56:56 -04:00
setup.cfg Follow the new PTI for document build 2018-08-10 16:01:51 -04:00
setup.py Updated from global requirements 2017-03-03 00:03:04 +00:00
test-requirements.txt Follow the new PTI for document build 2018-08-10 16:01:51 -04:00
tox.ini Follow the new PTI for document build 2018-08-10 16:01:51 -04:00

README.rst

Team and repository tags

image

oslo.log -- Oslo Logging Library

Latest Version

Downloads

The oslo.log (logging) configuration library provides standardized configuration for all openstack projects. It also provides custom formatters, handlers and support for context specific logging (like resource id's etc).