Explorar o código

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

YunaiV %!s(int64=2) %!d(string=hai) anos
pai
achega
8a6c48f236
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      yudao-server/src/main/resources/logback-spring.xml

+ 1 - 1
yudao-server/src/main/resources/logback-spring.xml

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