Configurable exception hook supressions #695
RXminuS
started this conversation in
Show and tell
Replies: 1 comment
-
I had the same idea on #1172 (e.g. hiding SQLalchemy details) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Typer together with Apache beam and whenever an exception occurs there's a large amount of irrelevant internal state to Beam. This leads to unmanagebly large variable outputs when using the rich logging feature.
For a similar reason this is why internally on this line
typer
andclick_path
are supressed.My suggestion would be to a configuration to
DeveloperExceptionConfig
so that as a user I can supply my own list of additional supressions. But before making a PR I'd just like some quick feedback if this is the right approach and location? Or maybe I missed a different way to configure this?Beta Was this translation helpful? Give feedback.
All reactions