Skip to content

Commit 7049d36

Browse files
committed
Add a debug log about no rules getting applied
1 parent df4da2f commit 7049d36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal-api/src/main/java/datadog/trace/bootstrap/config/provider/StableConfigParser.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public static StableConfigSource.StableConfig parse(String filePath) throws IOEx
7474
return new StableConfigSource.StableConfig(configId, mergedConfigMap);
7575
}
7676
}
77+
log.debug("No matching rule found in stable configuration file {}", filePath);
7778
}
7879
// If configs were found in apm_configuration_default, use them
7980
if (!configMap.isEmpty()) {

0 commit comments

Comments
 (0)