]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove WritableLogger wrapper
authorIgor Pugovkin <ipugovkin@mirantis.com>
Mon, 15 Jun 2015 09:10:41 +0000 (12:10 +0300)
committerIgor Pugovkin <ipugovkin@mirantis.com>
Mon, 15 Jun 2015 10:18:00 +0000 (13:18 +0300)
commitef3acce4ecca6209b054899ccda2c2bd44ef11fb
tree17cbbd9060aaa18936e04d47c4379adb37daae01
parent3cd5f2cfd919b9e13946ef7c072954bd96ab15f1
Remove WritableLogger wrapper

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: Ib7d193435584fc3631740058ed34b4df4ab23ad6
Closes-Bug: #1440773
cinder/wsgi.py