From 15a2ed70c21412890a6b9d22b0b962fb7da43ab4 Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Sun, 3 Nov 2024 17:24:17 +0100 Subject: [PATCH] . --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index c72264f..8742e3e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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);