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 1a8f0d6 commit b704d62Copy full SHA for b704d62
spring-beans/src/main/java/org/springframework/beans/factory/support/DefaultListableBeanFactory.java
@@ -609,8 +609,8 @@ protected boolean isBeanEligibleForMetadataCaching(String beanName) {
609
610
@Override
611
public void preInstantiateSingletons() throws BeansException {
612
- if (this.logger.isInfoEnabled()) {
613
- this.logger.info("Pre-instantiating singletons in " + this);
+ if (this.logger.isDebugEnabled()) {
+ this.logger.debug("Pre-instantiating singletons in " + this);
614
}
615
List<String> beanNames;
616
synchronized (this.beanDefinitionMap) {
0 commit comments