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 4390591 commit 1678eaaCopy full SHA for 1678eaa
spring-beans/src/main/java/org/springframework/beans/factory/support/DefaultSingletonBeanRegistry.java
@@ -448,8 +448,8 @@ public String[] getDependenciesForBean(String beanName) {
448
}
449
450
public void destroySingletons() {
451
- if (logger.isInfoEnabled()) {
452
- logger.info("Destroying singletons in " + this);
+ if (logger.isDebugEnabled()) {
+ logger.debug("Destroying singletons in " + this);
453
454
synchronized (this.singletonObjects) {
455
this.singletonsCurrentlyInDestruction = true;
0 commit comments