rust-cli / human-panic

Panic messages for humans.
https://docs.rs/human-panic
Apache License 2.0
1.66k stars 65 forks source link

User should can set selfdefine panic file path in setup macro #70

Closed hml1006 closed 1 year ago

hml1006 commented 4 years ago

The panic information is now saving in a temp file. However, if the machine reboot, the file will be lost, and also, we want to use the regular path, so that we can easy to find the panic file.