Skip to content

Commit d802d00

Browse files
committed
oops
Signed-off-by: sezen.leblay <sezen.leblay@datadoghq.com>
1 parent 02b1985 commit d802d00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dd-java-agent/appsec/src/main/java/com/datadog/appsec/config/AppSecConfigServiceImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,14 +355,14 @@ public void maybeSubscribeConfigPolling() {
355355
if (this.configurationPoller != null) {
356356
if (hasUserWafConfig
357357
&& tracerConfig.getAppSecActivation() == ProductActivation.FULLY_ENABLED) {
358-
log.debug(
358+
log.info(
359359
"AppSec will not use remote config because "
360360
+ "there is a custom user configuration and AppSec is explicitly enabled");
361361
} else {
362362
subscribeConfigurationPoller();
363363
}
364364
} else {
365-
log.debug("Remote config is disabled; AppSec will not be able to use it");
365+
log.info("Remote config is disabled; AppSec will not be able to use it");
366366
}
367367
}
368368

0 commit comments

Comments
 (0)