Logging library.
Go to file
Masaki Matsushita ff277ae1e9 Fix unintended assignment of "syslog"
Identifier "syslog" is unintendedly reassigned in _setup_logging_from_conf()
with OSSysLogHandler.
It causes an error in _find_facility() which expects "syslog" as module.
This change fixes the problem.

Change-Id: Icd8486bc008028f6f78f0306d835bf2c4fb9245b
Closes-Bug: #1499620
2015-09-25 15:45:27 +09:00
doc/source Add optional 'fixture' dependencies. 2015-09-22 13:03:10 -05:00
oslo.log/locale Imported Translations from Transifex 2015-08-04 06:24:55 +00:00
oslo_log Fix unintended assignment of "syslog" 2015-09-25 15:45:27 +09:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:43:00 +00:00
.gitignore exported from oslo-incubator by graduate.sh 2014-08-25 14:42:22 -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
.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
MANIFEST.in 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
openstack-common.conf Remove run_cross_tests.sh 2015-05-05 19:39:50 +00:00
requirements.txt Updated from global requirements 2015-09-22 20:35:42 +00:00
setup.cfg Add optional 'fixture' dependencies. 2015-09-22 13:03:10 -05:00
setup.py Updated from global requirements 2015-09-22 20:35:42 +00:00
test-requirements.txt Add optional 'fixture' dependencies. 2015-09-22 13:03:10 -05:00
tox.ini Add optional 'fixture' dependencies. 2015-09-22 13:03:10 -05: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).