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 dont want to get logging massage, could you add a params like log=False to close logger.warning msg。 if log: logger.warning( exc.__class__.__name__ + ' -> Attempts (%(attempt)d) are over for %(fn)r', # noqa context, exc_info=exc,
The text was updated successfully, but these errors were encountered:
I dont want to get logging massage, could you add a params like
log=False
to close logger.warning msg。if log: logger.warning( exc.__class__.__name__ + ' -> Attempts (%(attempt)d) are over for %(fn)r', # noqa context, exc_info=exc,
The text was updated successfully, but these errors were encountered: