mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-04-09 00:38:25 +00:00
Remove noisy logging.
This commit is contained in:
parent
d6beb9804f
commit
bc9a599bf7
@ -117,7 +117,9 @@ public class AfterInvocationProviderManager implements AfterInvocationManager,
|
|||||||
AfterInvocationProvider provider = (AfterInvocationProvider) iter
|
AfterInvocationProvider provider = (AfterInvocationProvider) iter
|
||||||
.next();
|
.next();
|
||||||
|
|
||||||
logger.fatal("Evaluating " + attribute + " against " + provider);
|
if (logger.isDebugEnabled()) {
|
||||||
|
logger.debug("Evaluating " + attribute + " against " + provider);
|
||||||
|
}
|
||||||
|
|
||||||
if (provider.supports(attribute)) {
|
if (provider.supports(attribute)) {
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user