Open
Description
When we have a simple string to log, why not just log it?
For example, instead of self.logger.error("{}", str(exc))
, just use self.logger.error(str(exc))
?
Originally posted by @portante in #3091 (comment)
Metadata
Metadata
Assignees
Labels
No labels