fix(config): ensure logging config settings are properly loaded (#3777)

This commit is contained in:
ReenigneArcher
2025-04-03 13:32:46 -04:00
committed by GitHub
parent fc9b548edd
commit 3e41770d44
3 changed files with 13 additions and 3 deletions

View File

@@ -1049,6 +1049,7 @@ namespace config {
for (auto &[name, val] : vars) {
BOOST_LOG(info) << "config: '"sv << name << "' = "sv << val;
modified_config_settings[name] = val;
}
int_f(vars, "qp", video.qp);