dev countour and off logs

This commit is contained in:
2026-07-02 15:15:10 +07:00
parent 3b2296a6d9
commit 8c9a9c7cc7
4 changed files with 42 additions and 2 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ impl SessionManager {
excluded_domains: Vec<String>,
) -> Arc<Session> {
netrunner_logger::Logger::init(None, false);
netrunner_logger::Logger::global().set_level("info");
netrunner_logger::Logger::global().set_level("error");
let runtime = get_runtime();
let cancel_token = CancellationToken::new();