You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sink truncates log.txt after each construction and does not rotate it.
let file = RotatingFileSink::builder().base_path(dir.join("log.txt")).rotation_policy(RotationPolicy::FileSize(u64::MAX)).rotate_on_open(true).build_arc()?;