daboross / fern

Simple, efficient logging for Rust
MIT License
848 stars 51 forks source link

log_reopen requires undocumented feature switch #55

Closed Palladinium closed 4 years ago

Palladinium commented 4 years ago

In fern 0.6.0, the log_reopen function depends on the reopen-03 feature to be enabled, which it isn't by default. This isn't documented, and it results in a pretty confusing error message about the function not existing in a typical usage scenario.