Browse Source

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

YunaiV 2 years ago
parent
commit
8a6c48f236
1 changed files with 1 additions and 1 deletions
  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"/>