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
commit 3e41770d44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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);