zlog: Ensure log file is flushed (#28923)
Closes #ISSUE Release Notes: - N/A *or* Added/Fixed/Improved ...
This commit is contained in:
parent
9ea8a9a1d3
commit
63b4b60b79
3 changed files with 14 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue