This commit is contained in:
2024-11-03 17:24:17 +01:00
parent 612c6844fc
commit 15a2ed70c2

View File

@@ -589,7 +589,8 @@ 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").unwrap()
.level("debug")
.unwrap()
.output_file()
.build();
let _ = simple_log::new(logger_config);