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
We already depend on https://docs.rs/tracing-test/latest/tracing_test/. You can just slap #[traced_test] on top of a test to enable tracing log output in that test. I guess it would be nice to add this to the development documentation :)
The logs are super useful. For example I was debugging #174 and by enabling logs I saw the following which is very useful:
It would be nice to enable logs for all tests by default.
I copy pasted the following to enable logs:
What do you think?
The text was updated successfully, but these errors were encountered: