Skip to content

tracing-appender 0.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 19:39
· 562 commits to master since this release
b37d0d3

This release fixes a bug in RollingFileAppender that could result
in a failure to rotate the log file, or in panics in debug mode.

Fixed

  • rolling: Fixed a panic that prohibited rolling files over. (#1989)