Explorar el Código

环境设置都改成pro

gaodm hace 6 años
padre
commit
c0a9817cb5

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

@@ -268,7 +268,7 @@
     </springProfile>
 
     <!-- 生产环境下的日志配置 -->
-    <springProfile name="prod">
+    <springProfile name="pro">
         <root level="INFO">
             <appender-ref ref="ERROR"/>
             <appender-ref ref="WARN"/>

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

@@ -268,7 +268,7 @@
     </springProfile>
 
     <!-- 生产环境下的日志配置 -->
-    <springProfile name="prod">
+    <springProfile name="pro">
         <root level="INFO">
             <appender-ref ref="ERROR"/>
             <appender-ref ref="WARN"/>