commit | a039f8715164cda415bbc8c04a9744afa4aef8c3 | [log] [tgz] |
---|---|---|
author | Yair Fried <yfried@redhat.com> | Thu Jan 02 12:11:10 2014 +0200 |
committer | Yair Fried <yfried@redhat.com> | Thu Jan 02 12:34:45 2014 +0200 |
tree | 638b6f6cca3a17de6d1ee26485fd26df734b1612 | |
parent | fd7493c7fb4af290b6264e36ea40e1b87a54a44a [diff] |
Increase exception log details Add informative message to log, as the exception is logged by default Replaces: except Exception as exc: LOG.exception(exc) With: except Exception: LOG.exception("[Description of the failed operation]") Closes-bug: #1262547 Change-Id: I97cd13e4b32df9a3f9b2e7e1f8946a6a4e0aed3f