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
format_output is regularly called in logger.trace() and logger.debug() but it is not lazily evaluated, so string interpolation still occurs when the given log level is disabled.