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
If debug or info logging is not enabled, we still want display/success/fail logged to the file specified,
164
165
so we create a custom LogRecord and pass it to all the additional handlers (which will be all the file handlers)
165
166
"""
166
-
ifself.logger.getEffectiveLevel() >=logging.INFOandlen(self.logger.handlers): # will be 0 if it's just the console output, so only do this if we actually have file loggers
0 commit comments