소스 검색

订单总数修改

wks 2 년 전
부모
커밋
a748175f38
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/logback-spring.xml

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

@@ -202,7 +202,7 @@
 
 
     <!--开发环境:打印控制台-->
-    <springProfile name="dev,test,prod">
+    <springProfile name="dev,test,prod,pre">
         <root level="info">
             <appender-ref ref="console"/>
             <appender-ref ref="file_console"/>