tokio-rs / tracing

Application level tracing for Rust.
https://tracing.rs
MIT License
5.14k stars 671 forks source link

Rolling by file size #2972

Open intfish123 opened 1 month ago

intfish123 commented 1 month ago

How to rolling by file size?

kaffarell commented 1 month ago

There are 2 PRs open right now: #2904 and #2497. FWIW there is also the max_log_files parameter that could work for you: https://docs.rs/tracing-appender/latest/tracing_appender/rolling/struct.Builder.html#method.max_log_files