Closed MarcoIeni closed 1 week ago
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?