log tweak:

1. deprecate severity_level, use log_severity_level config key
2. remove encrytped bbl debug_network log file
This commit is contained in:
SoftFever
2024-03-17 23:06:42 +08:00
parent 53e45310f3
commit 8d34e22d7f
5 changed files with 30 additions and 7 deletions

View File

@@ -677,7 +677,7 @@ void PresetUpdater::priv::sync_config()
}
} catch (...) {}
}
BOOST_LOG_TRIVIAL(error) << format("Error getting: `%1%`: HTTP %2%, %3%", "sync_config_orca", http_status, error);
BOOST_LOG_TRIVIAL(info) << format("Error getting: `%1%`: HTTP %2%, %3%", "sync_config_orca", http_status, error);
})
.timeout_connect(5)
.on_complete([this, asset_name, cache_profile_path, cache_profile_update_file](std::string body, unsigned http_status) {