You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -108,8 +110,10 @@ public BeanDefinitionHolder decorate(Node node, BeanDefinitionHolder holder, Par
108
110
109
111
oexts.addAll(exts);
110
112
}
111
-
112
-
logger.debug(String.format("Add extensions declared by bean[name=%s, class=%s] to 'extensions' property of PluginRegistry bean definition", ext.getBeanName(), ext.getBeanClassName()));
113
+
114
+
if (logger.isTraceEnabled()) {
115
+
logger.trace(String.format("Add extensions declared by bean[name=%s, class=%s] to 'extensions' property of PluginRegistry bean definition", ext.getBeanName(), ext.getBeanClassName()));
0 commit comments