Reviewed: https://review.openstack.org/283021 Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=89e9c9098e0d8eabc2a3f9ee2a2787cd5a6e81e3 Submitter: Jenkins Branch: master
commit 89e9c9098e0d8eabc2a3f9ee2a2787cd5a6e81e3 Author: Chaozhe.Chen <[email protected]> Date: Mon Feb 22 17:53:51 2016 +0800 Remove usage of WritableLogger from oslo_log With Eventlet 0.17.2, we can directly pass the logger instance. This allows us to deprecate/remove the WritableLogger class from oslo.log. Change-Id: Ibeedb65ebfb0cd8bc0ffe24069b390931d8dfe4b Closes-Bug: #1440773 ** Changed in: trove Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1440773 Title: Remove WritableLogger as eventlet has a real logger interface in 0.17.2 Status in Cinder: Fix Released Status in Glance: Fix Released Status in heat: Fix Released Status in OpenStack Identity (keystone): Fix Released Status in Manila: Fix Released Status in neutron: Fix Released Status in OpenStack Compute (nova): Fix Released Status in oslo.log: Fix Released Status in Trove: Fix Released Bug description: Info from Sean on IRC: the patch to use a real logger interface in eventlet has been released in 0.17.2, which means we should be able to phase out https://github.com/openstack/oslo.log/blob/master/oslo_log/loggers.py Eventlet PR was: https://github.com/eventlet/eventlet/pull/75 thanks, dims To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1440773/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

