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
The logging module already has support for this via the exc_info argument.
Making this work requires a small change to our custom Formatter, since it's
the Formatter's job to inspect exc_info and include the traceback in the
string output.
Signed-off-by: John Pennycook <john.pennycook@intel.com>
0 commit comments