request: create traceback logging rules #1378
Unanswered
lainisourgod
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm relying heavily on rich traceback logging in my daily debugging and I usually set
show_locals
toTrue
to see what happened.But I don't like seeing a lot of locals when I emit
KeyboardInterrupt
.Could we let user create some kind of individual rules for some exceptions with mapping like
{KeyboardInterrupt: {"show_locals": False}}
? It would be great for me.Beta Was this translation helpful? Give feedback.
All reactions