6 lines
115 B
Rust
6 lines
115 B
Rust
use tracing_appender::non_blocking::WorkerGuard;
|
|
|
|
pub fn init_log() -> WorkerGuard {
|
|
rolling_file::default()
|
|
}
|