Reviewed: https://review.openstack.org/283023 Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=cf26592376eaeba50d3f4640b35dc6f42d792e72 Submitter: Jenkins Branch: master
commit cf26592376eaeba50d3f4640b35dc6f42d792e72 Author: Chaozhe.Chen <[email protected]> Date: Mon Feb 22 18:10:26 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. So there is no need to maintain class `WritableLogger` in our code. Change-Id: Ibeedb65ebfb0cd8bc0ffe24069b390931d8dfe4b Closes-Bug: #1440773 ** Changed in: heat 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): In Progress 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: In Progress 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

