Replies: 2 comments
-
Bumping, I'd also like to know |
Beta Was this translation helpful? Give feedback.
0 replies
-
AFAIK this is not built into tracing right now. You can print a backtrace using https://doc.rust-lang.org/std/backtrace/index.html though. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I see just a single line:
<ts> ERROR <module> <message>
from the code that uses simpletracing_subscriber::fmt::init()
.How do I make it also capture and print the call stack?
Is there some panic-on-error environment variable or something like that?
Beta Was this translation helpful? Give feedback.
All reactions