Fix changing log level

This commit is contained in:
Wildan M
2026-01-25 05:56:27 +07:00
parent f15322453b
commit 59bd6a62db
+1 -1
View File
@@ -26,7 +26,7 @@ pub unsafe fn init() {
trace_warn = true;
}
logger = logger.with_max_level_override(level);
logger = logger.with_output(OutputBuilder::stderr().with_filter(level).build());
}
}
}