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

This commit is contained in:
YunaiV 2022-07-29 00:41:30 +08:00
parent 74c9e68a0f
commit 8a6c48f236

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"/>