mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-06-14 11:31:47 +08:00
Update InitializeContext.java
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user