sfackler / rust-log-panics

Apache License 2.0
52 stars 14 forks source link

log panic and print to teminal for integration test failure reason ou… #14

Closed dassio closed 11 months ago

dassio commented 11 months ago

when the panic info is not sent to the terminal and when the integration test fails, rust will not report the test failure reason so we need both functionalities : logging and printing to terminal

sfackler commented 11 months ago

This crate is specifically designed for when you want to log panics and not print them out.

dassio commented 11 months ago

Ok, please show the that it will affect the integration test failure report as a warning in the documentation.