1
0
mirror of synced 2026-08-05 09:47:05 +00:00

SEC-1604: Change log level to debug for "Validated configuration attributes" message.

This commit is contained in:
Luke Taylor
2010-11-02 20:06:42 +00:00
parent 54d0a263de
commit 337477de6a
@@ -153,7 +153,7 @@ public abstract class AbstractSecurityInterceptor implements InitializingBean, A
throw new IllegalArgumentException("Unsupported configuration attributes: " + unsupportedAttrs);
}
logger.info("Validated configuration attributes");
logger.debug("Validated configuration attributes");
}
}