logger init update

This commit is contained in:
2026-06-18 13:44:14 +07:00
parent af2a694309
commit a878461264
2 changed files with 21 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
netrunner_logger::Logger::init(None);
netrunner_logger::Logger::init(None, false);
netrunner_logger::Logger::global().set_level("info");
netrunner_app::run();
}