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 5104ac5 commit 13bef8dCopy full SHA for 13bef8d
internal-api/src/main/java/datadog/trace/bootstrap/config/provider/StableConfigSource.java
@@ -46,7 +46,7 @@ public final class StableConfigSource extends ConfigProvider.Source {
46
log.warn(
47
"YAML mapping error in stable configuration file {}: {}", filePath, e.getMessage());
48
} else if (log.isDebugEnabled()) {
49
- log.error("Unexpected error while reading stable configuration file {}: {}", filePath, e);
+ log.error("Unexpected error while reading stable configuration file {}: ", filePath, e);
50
} else {
51
log.error(
52
"Unexpected error while reading stable configuration file {}: {}",
0 commit comments