sentinel-group / sentinel-rust

Sentinel Rust version
Apache License 2.0
128 stars 21 forks source link

Import the crate rolling_file #107

Open Forsworns opened 1 year ago

Forsworns commented 1 year ago

Currently, Sentinel implements rolling-file loggers itself. Consider replacing it to the crate rolling_file. We should split these non-core features to reduce the complexity of codebase.

refer to:

Forsworns commented 1 year ago

may remove log4rs env_logger::Target::Pipe with the rolling-file crate above