update simple-log

This commit is contained in:
2024-10-04 18:13:45 +02:00
parent 41a17c8f57
commit ae2458a159
3 changed files with 15 additions and 5 deletions

View File

@@ -589,7 +589,7 @@ async fn main() {
let logger_config = LogConfigBuilder::builder()
.path(log_file.to_str().unwrap())
.time_format("%Y-%m-%d %H:%M:%S.%f")
.level("debug")
.level("debug").unwrap()
.output_file()
.build();
let _ = simple_log::new(logger_config);