Comment 19 for bug 1529534

Revision history for this message
Sean McGinnis (sean-mcginnis) wrote :

This is invalid. An exception object should not be passed to log.exception. That logs whatever exception is in scope, so passing in the exception results in it being logged twice.

If passing to log.error, six.text_type is recommended.