We are tickled pink to announce the release of: oslo.log 3.33.0: oslo.log library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.log Download the package from: https://pypi.python.org/pypi/oslo.log Please report issues through launchpad: https://bugs.launchpad.net/oslo.log For more details, please see below. 3.33.0 ^^^^^^ New Features * The use_json configuration option was added. It enables JSON formatting in the logs when set to True. The option is also available through the command line via the "--use-json" flag. Changes in oslo.log 3.32.0..3.33.0 ---------------------------------- 70920f8 Updated from global requirements 527e9fb Remove checks for auth_token in JSON-based formatter tests bbb193d Add release note for use_json option 215cc3a Add option to use JSON formatter 4302d98 Updated from global requirements 11ce11e Zuul: add file extension to playbook path aff2716 Migrate to Zuul v3 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 21 +++++++++ oslo_log/_options.py | 4 ++ oslo_log/log.py | 14 +++--- .../legacy/oslo.log-src-grenade-devstack/post.yaml | 15 +++++++ .../legacy/oslo.log-src-grenade-devstack/run.yaml | 50 ++++++++++++++++++++++ .../notes/use-json-option-96f71da54a3b9a18.yaml | 6 +++ requirements.txt | 4 +- 8 files changed, 117 insertions(+), 9 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 16601b8..f3ef10f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ oslo.config>=4.6.0 # Apache-2.0 -oslo.context!=2.19.1,>=2.14.0 # Apache-2.0 +oslo.context>=2.19.2 # Apache-2.0 @@ -10 +10 @@ oslo.i18n>=3.15.3 # Apache-2.0 -oslo.utils>=3.28.0 # Apache-2.0 +oslo.utils>=3.31.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org