Logging library.
Go to file
Brian Haley c77f3c9aa8 Default facility to None in OSJournalHandler class
Use a default value of None for facility in OSJournalHandler
class, as is done in the OSSysLogHandler class.

Neutron started failing with a:

 E1120: No value for argument 'facility' in constructor call

With a recent release of oslo.log.

Change-Id: I5269b82d219fd2377535120d9d266238d50431b3
Related-Bug: #1871840
(cherry picked from commit 184235c265)
2020-06-03 09:55:05 +00:00
doc Drop python 2.7 support and testing 2020-01-30 16:15:33 +01:00
oslo_log Default facility to None in OSJournalHandler class 2020-06-03 09:55:05 +00:00
playbooks/legacy/oslo.log-src-grenade-devstack Migrate grenade jobs to py3 2019-11-19 22:30:07 +00:00
releasenotes Add missing SYSLOG_FACILITY to JournalHandler 2020-05-25 17:13:23 +02:00
.coveragerc Fix coverage configuration and execution 2015-10-05 17:22:34 -04:00
.gitignore Ignore releasenote artifacts files. 2020-01-31 10:55:10 +01:00
.gitreview Update .gitreview for stable/ussuri 2020-04-14 10:14:55 +00: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 Drop python 2.7 support and testing 2020-01-30 16:15:33 +01:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-08-25 14:42:22 -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
lower-constraints.txt Use unittest.mock instead of third party mock 2020-03-31 14:41:14 -05:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-30 13:38:11 +08:00
requirements.txt drop use of six 2020-03-12 09:28:33 +01:00
setup.cfg Stop to build universal wheel 2020-02-03 18:40:41 +01:00
setup.py remove outdated header 2020-02-10 18:37:12 +01:00
test-requirements.txt Use unittest.mock instead of third party mock 2020-03-31 14:41:14 -05:00
tox.ini Update TOX/UPPER_CONSTRAINTS_FILE for stable/ussuri 2020-04-14 10:14:58 +00:00

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