fix: test、stage、prod 不打印日志的问题

pull/2/head
YunaiV 2022-07-29 00:41:30 +08:00
parent 74c9e68a0f
commit 8a6c48f236
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
</root>
</springProfile>
<!-- 其它环境 -->
<springProfile name="dev,default">
<springProfile name="dev,test,stage,prod,default">
<root level="INFO">
<appender-ref ref="STDOUT"/>
<appender-ref ref="ASYNC"/>