Change INFO to DEBUG log level for lazy init proxy
It seems like too much information to log this for every lazy init proxy.
This commit is contained in:
@@ -79,7 +79,7 @@ class GuiceAutowireCandidateResolver extends ContextAnnotationAutowireCandidateR
|
||||
}
|
||||
catch (NoSuchBeanDefinitionException ex) {
|
||||
if (ex.getResolvableType() != null) {
|
||||
this.logger.info(String.format("Use just in time binding for %s in bean: %s",
|
||||
this.logger.debug(String.format("Using just in time binding for %s in bean: %s",
|
||||
ex.getResolvableType().getType().getTypeName(), beanName));
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user