mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 15:27:48 +00:00
update simple-log
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user