[openstack-dev] [release][oslo] oslo.log release 2.3.0 (mitaka)

davanum at gmail.com davanum at gmail.com
Thu Jan 14 03:52:52 UTC 2016


We are tickled pink to announce the release of:

oslo.log 2.3.0: oslo.log library

This release is part of the mitaka 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.


Changes in oslo.log 2.2.0..2.3.0
--------------------------------

185c10a Improve documentataion of Oslo Log Usage
8916ac1 Added public method to getting default log levels
6001991 Updated from global requirements
149041d enable isotime for exceptions
2074e81 assertIsNone(val) instead of assertEqual(None,val)
be64783 Add ISO8601/RFC3339 timestamp to ContextFormatter
fff86fa Pass environment variables of proxy to tox
ab0244a Trival: Remove 'MANIFEST.in'

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

MANIFEST.in                           |   6 -
oslo_log/_options.py                  | 103 +++++++++--------
oslo_log/formatters.py                |  32 +++++-
oslo_log/log.py                       |  10 ++
requirements.txt                      |   3 +-
tox.ini                               |   1 +
16 files changed, 721 insertions(+), 197 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 1080c04..5b20f04 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ six>=1.9.0
-oslo.config>=2.7.0 # Apache-2.0
+oslo.config>=3.2.0 # Apache-2.0
@@ -14,0 +15 @@ pyinotify>=0.9.6;sys_platform!='win32' and sys_platform!='darwin' and sys_platfo
+python-dateutil>=2.4.2





More information about the OpenStack-dev mailing list