fix: test、stage、prod 不打印日志的问题
parent
74c9e68a0f
commit
8a6c48f236
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue