Updated openstack/openstack

Project: openstack/oslo.log  f718919c459be88d24fbf96a97856835c611b7a8

Fix poor examples of exception logging

There were several examples showing passing an
exception in as the message text to a call to
LOG.exception. LOG.exception will automatically
log the exception details, so doing something
like this results in the exception information
being written out twice.

To prevent the possibility of someone seeing these
examples and assuming that is the correct way to
use LOG.exception, examples have been updated to
use LOG.error instead to illustrate the correct
way to pass in exceptions in the message string.

Change-Id: I582008609180a02eaff3d85bee5b5ca4381719ce
This commit is contained in:
Sean McGinnis 2015-08-28 08:47:23 -05:00 committed by Gerrit Code Review
parent 14bf4a870d
commit fd61d45f07
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 8ab7644d57a92ac203ac703eedfb66f703e8c5a9
Subproject commit f718919c459be88d24fbf96a97856835c611b7a8