Browse Source

Update InitializeContext.java

shimingxy 1 week ago
parent
commit
7406671052

+ 1 - 1
maxkey-commons/maxkey-core/src/main/java/org/dromara/maxkey/web/InitializeContext.java

@@ -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);