Skip to content

Commit

Permalink
chore: fallback to dsgconfig value
Browse files Browse the repository at this point in the history
fallback to default dsgconfig value
  • Loading branch information
kegechen committed May 21, 2024
1 parent c56b7ea commit 052f52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/log/LogManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void DLogManagerPrivate::updateLoggingRules()
} else if (m_fallbackConfig && !m_fallbackConfig->isDefaultValue(RULES_KEY)) {
var = m_fallbackConfig->value(RULES_KEY);
} else {
// do nothing..
var = m_dsgConfig->value(RULES_KEY);
}

if (var.isValid())
Expand Down

0 comments on commit 052f52b

Please sign in to comment.