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
Easy enough to capture those in a try/except block where we are already catching the exception and logging a message just by adding exc_info=True to the log call, but would be nice to also capture the traceback for an exception anywhere... And doubly nice if we don't have to add that param to every except block where we are logging and raising...
The text was updated successfully, but these errors were encountered:
Easy enough to capture those in a try/except block where we are already catching the exception and logging a message just by adding
exc_info=True
to the log call, but would be nice to also capture the traceback for an exception anywhere... And doubly nice if we don't have to add that param to every except block where we are logging and raising...The text was updated successfully, but these errors were encountered: