You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Log-messages get formatted even if not output.
One should not use str.format() for log messages, as this will format
the string even if it is dropped due to the log level. Instead leave
formatting to the logging module .
0 commit comments