update log

This commit is contained in:
asxalex 2024-02-29 22:11:18 +08:00
parent 975ce4e1fd
commit a05406bcb5

View File

@ -1,5 +1,5 @@
use tracing_appender::non_blocking::WorkerGuard;
pub fn init_log() -> WorkerGuard {
rolling_file::default()
rolling_file::default(true, true)
}