loggin update

This commit is contained in:
2026-05-02 18:55:37 +07:00
parent ebb123f4ea
commit 738fa8ca9b
18 changed files with 417 additions and 137 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use tokio_util::sync::CancellationToken;
#[tokio::main]
async fn main() -> anyhow::Result<()> {
netrunner_logger::Logger::init(None);
netrunner_logger::Logger::init(None, false);
netrunner_logger::Logger::global().set_level("error");
info!("Initializing NetRunner Stack...");