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
tl;dr users shouldn't have to deal with debug output just to see tracebacks.
Adding tracebacks to the debug level was a convenient backwards compatible way to implement tracebacks partway through the dev cycle, but it conflates two concerns which are not always tied together.
We could add this in 1.x by adding a new output level just called eg exceptions, and either way it should be kept in mind for 2.x's logging setup.
The text was updated successfully, but these errors were encountered:
) is the place where debug level is used together with printing an exception. Do you think that this is the only place (outside of tests and documentation) that needs to be adjusted?
tl;dr users shouldn't have to deal with debug output just to see tracebacks.
Adding tracebacks to the debug level was a convenient backwards compatible way to implement tracebacks partway through the dev cycle, but it conflates two concerns which are not always tied together.
We could add this in 1.x by adding a new output level just called eg
exceptions
, and either way it should be kept in mind for 2.x's logging setup.The text was updated successfully, but these errors were encountered: