소스 검색

环境设置都改成pro

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

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