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 02b1985 commit d802d00Copy full SHA for d802d00
dd-java-agent/appsec/src/main/java/com/datadog/appsec/config/AppSecConfigServiceImpl.java
@@ -355,14 +355,14 @@ public void maybeSubscribeConfigPolling() {
355
if (this.configurationPoller != null) {
356
if (hasUserWafConfig
357
&& tracerConfig.getAppSecActivation() == ProductActivation.FULLY_ENABLED) {
358
- log.debug(
+ log.info(
359
"AppSec will not use remote config because "
360
+ "there is a custom user configuration and AppSec is explicitly enabled");
361
} else {
362
subscribeConfigurationPoller();
363
}
364
365
- log.debug("Remote config is disabled; AppSec will not be able to use it");
+ log.info("Remote config is disabled; AppSec will not be able to use it");
366
367
368
0 commit comments