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
I'll drop the standard bug report format because this is easy:
Instead of if debug then log, using the logging module would be more elegant.
The basic idea is that a different dict config could be loaded just once if debug is set, and logging would just discard any logs that are not at least the minimum level.
The text was updated successfully, but these errors were encountered:
I'll drop the standard bug report format because this is easy:
Instead of
if debug then log
, using the logging module would be more elegant.The basic idea is that a different dict config could be loaded just once if debug is set, and logging would just discard any logs that are not at least the minimum level.
The text was updated successfully, but these errors were encountered: