info logs

This commit is contained in:
2026-04-12 15:19:51 +07:00
parent 571874a538
commit 5c22a467fb
2 changed files with 26 additions and 13 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::global().set_level("debug");
netrunner_logger::Logger::global().set_level("info");
netrunner_app::run();
}