Skip to content

log

Configurable logging for your app.

2.9.x

2.9.0

Jul 13, 2026
  • f08980f1 (#3445 by @bajoca05) Added the FileOpenStrategy for log rotation. It defaults to append into existing file if any (previous behaviour), and brings a new feature to create a new file per session: FileOpenStrategy::Rotate.
  • 254f222e (#3477 by @bajoca05) Migrated from the log crate's kv_unstable feature flag to the kv feature flag stabilized in 0.4.21.
  • 0c23b8ec (#3446 by @fee1-dead) Removed an unused dependency byte-unit.

2.8.x

2.8.0

Jan 8, 2026

2.7.x

2.7.1

Oct 27, 2025
  • 93426f85 Fixed an issue that caused docs.rs builds to fail. No user facing changes.

2.7.0

Sep 2, 2025

2.6.x

2.6.0

Jun 25, 2025

2.5.x

2.5.1

Jun 24, 2025
bug

2.5.0

Jun 16, 2025
  • 106e46ed (#677) Added the KeepSome rotation strategy. Like KeepAll it will rename files when the max file size is exceeded but will keep only the specified amount of files around.

2.4.x

2.4.0

Apr 18, 2025
feat
  • 60fc35d3 (#2576 by @3lpsy) Add a tracing feature to the log plugin that emits log messages to the tracing system.

Full Changelog

log full changelog

Version List


© 2026 Tauri Contributors. CC-BY / MIT