Logging library.
Go to file
Michael Johnson f1dde6e3f1 Revert "Remove the usage of the Eventlet debug feature from oslo.log."
This reverts commit 8705f67bfb.

Reason for revert: Reverting this change as it is causing failures across multiple projects (nova and designate at least). OpenSearch is showing 580 related failures in the last 24 hours. As the comment states, this was an intentional setting based on how this "mutex" is implemented. I think this needs to stay in the code until we can move oslo service off of eventlet.

Related-Bug: #2072627

Change-Id: I562dc23c6ca41dcef6f40127f071b8422f677a0f
2024-07-11 14:45:31 +00:00
doc Remove old excludes 2024-05-01 14:26:39 +09:00
oslo_log Revert "Remove the usage of the Eventlet debug feature from oslo.log." 2024-07-11 14:45:31 +00:00
releasenotes Revert "Remove the usage of the Eventlet debug feature from oslo.log." 2024-07-11 14:45:31 +00: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 OpenDev Migration Patch 2019-04-19 19:48:02 +00:00
.mailmap exported from oslo-incubator by graduate.sh 2014-08-25 14:42:22 -04:00
.pre-commit-config.yaml pre-commit: Integrate bandit 2024-02-06 15:18:54 +09:00
.stestr.conf Migrate to stestr 2018-08-10 15:57:52 -04:00
.zuul.yaml Update CI to use unversioned jobs template 2022-03-15 15:07:19 +00:00
CONTRIBUTING.rst Align contributing doc with oslo's policy 2020-05-04 18:24:59 +02: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-04-30 13:38:11 +08:00
requirements.txt Remove unused pyinotify 2024-05-01 14:27:02 +09:00
setup.cfg Update python classifier in setup.cfg 2024-01-11 16:18:47 -08:00
setup.py Cleanup py27 support 2022-12-31 11:12:48 +08:00
test-requirements.txt Remove old excludes 2024-05-01 14:26:39 +09:00
tox.ini pre-commit: Integrate bandit 2024-02-06 15:18:54 +09: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).