tracing-appender 0.2.3
github-actions
released this
13 Nov 19:53
·
578 commits
to master
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
RollingFileAppender
s (#2227) - rolling: add
Builder::filename_suffix
parameter (#2225) - non_blocking: remove
Sync
bound from writer forNonBlocking
(#2607) - non_blocking: name spawned threads (#2219)