[openstack-dev] [new][oslo] oslo.log 3.12.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Wed Jul 13 14:07:17 UTC 2016


We are thrilled to announce the release of:

oslo.log 3.12.0: oslo.log library

This release is part of the newton release series.

With source available at:

    http://git.openstack.org/cgit/openstack/oslo.log

With package available at:

    https://pypi.python.org/pypi/oslo.log

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.log

For more details, please see below.

3.12.0
^^^^^^

New Features

* The log_config_append configuration option is now mutable and the
  logging settings it controls are reconfigured when the configuration
  file is reread. This can be used to, for example, change logger or
  handler levels.

Changes in oslo.log 3.11.0..3.12.0
----------------------------------

c426a42 Replace "LOG.exception(_" with "LOG.exception(_LE"
5082d92 Updated from global requirements
8fde280 Reload log_config_append config on SIGHUP
e4c651b Imported Translations from Zanata
e3bd7e6 Updated from global requirements
fc490c0 log: Introduce _iter_loggers
15ef585 Imported Translations from Zanata
1bea3a5 Updated from global requirements
68bde95 Updated from global requirements


Diffstat (except docs and test files)
-------------------------------------

oslo_log/_options.py                               |   1 +
oslo_log/locale/de/LC_MESSAGES/oslo_log.po         |  60 +++++
oslo_log/locale/en_GB/LC_MESSAGES/oslo_log.po      |  55 ++++
oslo_log/locale/oslo_log.pot                       |  63 -----
oslo_log/log.py                                    |  38 ++-
.../notes/reload_log_config-743817192b1172b6.yaml  |   5 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |  63 +++++
requirements.txt                                   |   4 +-
test-requirements.txt                              |   4 +-
11 files changed, 488 insertions(+), 105 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 26c3390..9bac65f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ six>=1.9.0 # MIT
-oslo.config>=3.10.0 # Apache-2.0
+oslo.config>=3.12.0 # Apache-2.0
@@ -10 +10 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.utils>=3.11.0 # Apache-2.0
+oslo.utils>=3.15.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index c2d83c8..4c9bc0c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -21 +21 @@ coverage>=3.6 # Apache-2.0
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
@@ -23 +23 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-reno>=1.6.2 # Apache2
+reno>=1.8.0 # Apache2





More information about the OpenStack-dev mailing list