Logging library.
Go to file
Dmitry Tantsur 07c3c287f7 Fix regression causing the default log level to become WARNING
Change I96229438d3a2271c830bcd926326e7b4a94ccac9 removed the verbose option
in the opposite fashion from what how it was intended when the option was
deprecated. It regressed the default log level back to WARNING.
See change I306535c6ca5dbdaf9398b44697578a3a30e52111 for original reasoning
behind this deprecation. This change fixes the default level as it was
intended.

Change-Id: Ia9cd55004ce05761de733adae00554ff021794a8
2016-05-15 11:20:25 +02:00
doc/source Fix example issue 2016-05-05 09:30:17 +08:00
oslo_log Fix regression causing the default log level to become WARNING 2016-05-15 11:20:25 +02:00
releasenotes Fix regression causing the default log level to become WARNING 2016-05-15 11:20:25 +02:00
.coveragerc Fix coverage configuration and execution 2015-10-05 17:22:34 -04:00
.gitignore Merge "Add reno for release notes management" 2016-02-18 20:49:12 +00: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
.testr.conf Move files out of the namespace package 2014-12-17 21:43:41 -05:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:38 +00:00
HACKING.rst exported from oslo-incubator by graduate.sh 2014-08-25 14:42:22 -04:00
LICENSE exported from oslo-incubator by graduate.sh 2014-08-25 14:42:22 -04:00
README.rst Switch badges from 'pypip.in' to 'shields.io' 2015-06-11 20:41:05 -07:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-08-25 14:42:22 -04:00
requirements.txt Remove direct dependency on babel 2016-04-18 13:23:47 -07:00
setup.cfg Updated from global requirements 2016-04-08 00:32:05 +00:00
setup.py Updated from global requirements 2015-09-22 20:35:42 +00:00
test-requirements.txt Updated from global requirements 2016-04-28 16:16:08 +00:00
tox.ini Explicitly exclude tests from bandit scan 2016-03-12 20:07:51 -08:00

README.rst

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