Elena Ezhova fe2ac659ce test_logging_error: build a logger at the test level
test_logging_error calls getLogger at the module level and thus
a logger gets permanently inserted into the _loggers dict and is
visible in all other tests.
As tests shouldn't affect each other, a logger creation should be
moved to the TestLoggingFixture class setUp method.

Change-Id: I8e988c88cc1ffaf53bd3c97607f16fc2a8078d12
2015-12-01 14:08:29 +03:00
2015-11-20 19:53:21 +01:00
2015-11-17 14:35:19 +08:00
2015-09-22 20:35:42 +00:00
2015-11-20 19:53:21 +01:00

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).

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 813 KiB