]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Clean up volume_types logging
authorSean McGinnis <sean_mcginnis@dell.com>
Fri, 24 Jul 2015 12:37:11 +0000 (07:37 -0500)
committerSean McGinnis <sean_mcginnis@dell.com>
Fri, 24 Jul 2015 13:29:02 +0000 (08:29 -0500)
commit495ae80f80028032fae650e0ebb2b36974b6c41c
tree900fa7f7b07dc43d5c80e26bb0e2387d71dfb60c
parentb1d77751a3574e359fb2c0eac3b206c46b4e9e02
Clean up volume_types logging

Redundant logging of exceptions was being done with
formatting exception details in the text passed in
to LOG.exception.

Also cleaned up case of preformatting a log string
rather than passing formatting arguments in to the
logger to be formatted if/when needed.

Change-Id: Ic418e40850d1ed370a94473a0cca062d56736726
cinder/volume/volume_types.py