We are happy to announce the release of: oslo.log 4.2.0: oslo.log library This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/oslo.log Download the package from: https://pypi.org/project/oslo.log Please report issues through: https://bugs.launchpad.net/oslo.log/+bugs For more details, please see below. 4.2.0 ^^^^^ Bug Fixes * Using systemd journal handler, logs ending up in kern.log because SYSLOG_FACILITY is missing. This fix uses the same facility configuration option 'syslog-log-facility' as from syslog handler to provide the missing value. (Bug #1871840) Changes in oslo.log 4.1.1..4.2.0 -------------------------------- 229b05b Switch to newer openstackdocstheme and reno versions 9d28909 Remove the unused coding style modules 305b06c Remove translation sections from setup.cfg 5b12e66 Add missing SYSLOG_FACILITY to JournalHandler 105eadb Remove monotonic usage 3bb0513 Bump default tox env from py37 to py38 733aadb Add py38 package metadata 33b3269 Add release notes links to doc index 50e5983 Imported Translations from Zanata a3c14c2 Add Python3 victoria unit tests 14f0294 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- babel.cfg | 1 - lower-constraints.txt | 10 ----- oslo_log/handlers.py | 16 ++++++-- oslo_log/locale/en_GB/LC_MESSAGES/oslo_log.po | 8 +++- oslo_log/log.py | 6 ++- oslo_log/rate_limit.py | 6 +-- .../add-facility-to-journal-e10bf7002cc19dd3.yaml | 7 ++++ releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 48 ++++++++++++++++++++-- releasenotes/source/ussuri.rst | 6 +++ requirements.txt | 1 - setup.cfg | 15 +------ tox.ini | 2 +- 18 files changed, 105 insertions(+), 52 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 963a95e..04331e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14 +13,0 @@ python-dateutil>=2.7.0 # BSD -monotonic>=1.4;python_version<'3.3' # Apache-2.0
participants (1)
-
no-reply@openstack.org