]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Log error instead of exception trace
authorGary Kotton <gkotton@vmware.com>
Sat, 21 Nov 2015 07:29:46 +0000 (23:29 -0800)
committerGary Kotton <gkotton@vmware.com>
Mon, 23 Nov 2015 13:53:18 +0000 (05:53 -0800)
commit3858846770fcb51c2302abd4e5fdba1e12e663a7
tree7854c8ff3b3da9e09a17b6cae8dfb1e29ea893e5
parent19ededc702ba27f1dbfc59a896788f82acdc487b
Log error instead of exception trace

In impl_vsctl we rather use LOG.error instead of
LOG.exception. In these case the exception trace did not provide
any valuable information.

Change-Id: Ia02f000d460b3aee72a31e9963e5d0e0d4c68315
Closes-bug: #1518429
neutron/agent/ovsdb/impl_vsctl.py