Pārlūkot izejas kodu

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

Luke Taylor 15 gadi atpakaļ
vecāks
revīzija
337477de6a

+ 1 - 1
core/src/main/java/org/springframework/security/access/intercept/AbstractSecurityInterceptor.java

@@ -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");
         }
     }