-
How do I omit of the default rust backtrace hint that's present when debug printing Reports? I'm talking about the removing the following section...
|
Beta Was this translation helpful? Give feedback.
Answered by
yaahc
Jan 8, 2025
Replies: 1 comment
-
I'm fairly certain it is this config: https://github.com/eyre-rs/eyre/blob/master/color-eyre/src/handler.rs#L142 which can be set via this API: https://docs.rs/color-eyre/latest/color_eyre/config/struct.HookBuilder.html#method.display_env_section |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Yohe-Am
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm fairly certain it is this config: https://github.com/eyre-rs/eyre/blob/master/color-eyre/src/handler.rs#L142
which can be set via this API: https://docs.rs/color-eyre/latest/color_eyre/config/struct.HookBuilder.html#method.display_env_section