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 df4da2f commit 7049d36Copy full SHA for 7049d36
internal-api/src/main/java/datadog/trace/bootstrap/config/provider/StableConfigParser.java
@@ -74,6 +74,7 @@ public static StableConfigSource.StableConfig parse(String filePath) throws IOEx
74
return new StableConfigSource.StableConfig(configId, mergedConfigMap);
75
}
76
77
+ log.debug("No matching rule found in stable configuration file {}", filePath);
78
79
// If configs were found in apm_configuration_default, use them
80
if (!configMap.isEmpty()) {
0 commit comments