瀏覽代碼

订单总数修改

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