Update InitializeContext.java

This commit is contained in:
shimingxy
2026-05-28 18:58:05 +08:00
parent 7227e40c6f
commit 7406671052

View File

@@ -131,7 +131,7 @@ public class InitializeContext extends HttpServlet {
Iterator<PropertySource<?>> it =WebContext.properties.getPropertySources().iterator();
while(it.hasNext()) {
logger.debug("propertySource {}" , it.next());
logger.trace("propertySource {}" , it.next());
}
logger.trace(WebConstants.DELIMITER);