tracing-appender 0.2.3
·
125 commits
to main
since this release
This release contains several new features. It also increases the
minimum supported Rust version (MSRV) to Rust 1.63.0.
Added
- rolling: add option to automatically delete old log files (#2323)
- non_blocking: allow worker thread name to be configured (#2365)
- rolling: add a builder for constructing
RollingFileAppenders (#2227) - rolling: add
Builder::filename_suffixparameter (#2225) - non_blocking: remove
Syncbound from writer forNonBlocking(#2607) - non_blocking: name spawned threads (#2219)