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 cdee1c8 commit 722c8f7Copy full SHA for 722c8f7
internal-api/src/main/java/datadog/trace/api/iast/IastModule.java
@@ -12,7 +12,7 @@ public interface IastModule {
12
Logger LOG = LoggerFactory.getLogger(IastModule.class);
13
14
default void onUnexpectedException(final String message, final Throwable error) {
15
- LOG.warn(message, error);
+ LOG.debug(message, error);
16
}
17
18
@Retention(RetentionPolicy.RUNTIME)
0 commit comments