Logging library.
Go to file
Masaki Matsushita b57433f875 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
(cherry picked from commit ff277ae1e9)
2015-10-16 15:38:58 +00:00
doc/source Expose fixtures through oslo_log.fixture 2015-01-30 11:37:42 -05:00
oslo.log/locale Imported Translations from Transifex 2014-10-03 06:12:07 +00:00
oslo_log Fix unintended assignment of "syslog" 2015-10-16 15:38:58 +00:00
tools Get py27 amd pep8 to work 2014-08-25 21:24:50 -04:00
.coveragerc exported from oslo-incubator by graduate.sh 2014-08-25 14:42:22 -04:00
.gitignore exported from oslo-incubator by graduate.sh 2014-08-25 14:42:22 -04:00
.gitreview set defaultbranch for reviews 2015-04-06 14:59:31 +00: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 fix link to bug tracker in readme 2015-01-27 14:40:27 -05:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-08-25 14:42:22 -04:00
openstack-common.conf Move files out of the namespace package 2014-12-17 21:43:41 -05:00
requirements.txt Updated from global requirements 2015-09-17 09:22:26 +00:00
setup.cfg Correct the translation domain for loading messages 2014-12-22 11:24:10 -05:00
setup.py Updated from global requirements 2015-07-13 15:02:15 +00:00
test-requirements.txt Updated from global requirements 2015-07-23 04:58:37 +00:00
tox.ini Move files out of the namespace package 2014-12-17 21:43:41 -05:00

README.rst

oslo.log -- Oslo Logging Library

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