fix:日志查询

This commit is contained in:
zhangzhiqiang
2023-03-01 10:14:06 +08:00
parent 1fdb9d4911
commit d56efb2621
3 changed files with 8 additions and 4 deletions

View File

@@ -119,7 +119,7 @@ https://juejin.cn/post/6844903775631572999
<!--开发环境:打印控制台-->
<springProfile name="dev">
<root level="ERROR">
<root level="info">
<appender-ref ref="esLogAppender"/>
<appender-ref ref="CONSOLE"/>
</root>