Comment 1 for bug 1288188

Revision history for this message
Ben Nemec (bnemec) wrote :

I'm wondering if the correct thing to do here is to make the logging code respect the reraise parameter and then use that to say that the exception handler doesn't want to reraise the original exception. That seems like the behavior we want with reraise anyway.

https://github.com/openstack/oslo-incubator/blob/master/openstack/common/excutils.py#L67