Logging library.
Go to file
Benjamin Reichel 19fd9a2e2a Add missing SYSLOG_FACILITY to JournalHandler
Without SYSLOG_FACILITY log messages from journald forwards the message
to kern.log. This seems to be default behaviour as it treats the message
as kernel message.

This option provides a proper facility to the log message and kern.log
will not be filled up anymore.

Cherry-picked from commit 5b12e66f62
Cherry-picked from commit 82751ce2a2
Cherry-picked from commit 911a45401c
Change-Id: I62a32ed46a400b62ead8c1e6e64acee658e2a769
Closes-Bug: #1871840
2020-05-25 17:26:23 +02:00
doc Modify the constraints url in tox. 2019-07-17 10:57:48 +02:00
oslo_log Add missing SYSLOG_FACILITY to JournalHandler 2020-05-25 17:26:23 +02:00
playbooks/legacy/oslo.log-src-grenade-devstack OpenDev Migration Patch 2019-04-19 19:48:03 +00:00
releasenotes Add missing SYSLOG_FACILITY to JournalHandler 2020-05-25 17:26:23 +02:00
tools Fix sphinx-docs job 2018-04-27 19:01:50 +02:00
.coveragerc Fix coverage configuration and execution 2015-10-05 17:22:34 -04:00
.gitignore Clean up .gitignore references to personal tools 2018-10-15 11:49:07 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:48:03 +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 OpenDev Migration Patch 2019-04-19 19:48:03 +00: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
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-24 09:25:33 +02:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-08-25 14:42:22 -04:00
lower-constraints.txt Cap bandit below 1.6.0 version and update sphinx and limit monotonic. 2019-05-23 17:04:49 +01:00
requirements.txt Cap bandit below 1.6.0 version and update sphinx and limit monotonic. 2019-05-23 17:04:49 +01:00
setup.cfg Update mailinglist from dev to discuss 2018-12-05 09:38:26 +08:00
setup.py Updated from global requirements 2017-03-03 00:03:04 +00:00
test-requirements.txt Cap bandit below 1.6.0 version and update sphinx and limit monotonic. 2019-05-23 17:04:49 +01:00
tox.ini Modify the constraints url in tox. 2019-07-17 10:57:48 +02:00

README.rst

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