We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006b730 commit 225eb4aCopy full SHA for 225eb4a
dd-smoke-tests/log-injection/src/main/java/datadog/smoketest/loginjection/BaseApplication.java
@@ -44,7 +44,8 @@ public void run() throws InterruptedException {
44
}
45
46
private static Object getLogInjectionEnabled() {
47
- ConfigSetting configSetting = ConfigCollector.get().collect().get(LOGS_INJECTION_ENABLED);
+ ConfigSetting configSetting =
48
+ ConfigCollector.get().getAppliedConfigSetting(LOGS_INJECTION_ENABLED);
49
if (configSetting == null) {
50
return null;
51
0 commit comments