zlog: Ensure log file is flushed (#28923)

Closes #ISSUE

Release Notes:

- N/A *or* Added/Fixed/Improved ...
This commit is contained in:
Ben Kunkle 2025-04-16 19:30:23 -04:00 committed by GitHub
parent 9ea8a9a1d3
commit 63b4b60b79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 2 deletions

View file

@ -5,7 +5,7 @@ mod env_config;
pub mod filter;
pub mod sink;
pub use sink::{init_output_file, init_output_stdout};
pub use sink::{flush, init_output_file, init_output_stdout};
pub const SCOPE_DEPTH_MAX: usize = 4;