]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Avoid logging.getChild for python2.6 compatibility
authorSteven Hardy <shardy@redhat.com>
Wed, 19 Dec 2012 18:01:15 +0000 (18:01 +0000)
committerSteven Hardy <shardy@redhat.com>
Wed, 19 Dec 2012 18:01:15 +0000 (18:01 +0000)
commit58a1fde2000d998f126eaefcd279c5769cd765a7
treed2dbcd4f04752de851804ab7529d02be22726c78
parentc4777794e78e2124f788a0b321e15febe71ee077
Avoid logging.getChild for python2.6 compatibility

Tweaking common.config setup_logging to avoid using the getChild()
convenience function means we can run on python 2.6, as getChild was
new in python 2.7

Change-Id: I03698ad09eb16d4f1004512d27b049f22b41c22c
Signed-off-by: Steven Hardy <shardy@redhat.com>
heat/common/config.py