瀏覽代碼

环境设置都改成pro

gaodm 6 年之前
父節點
當前提交
4f915c2f4d

+ 1 - 1
admin-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
bi-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
config-server/src/main/resources/logback-spring.xml

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

+ 1 - 1
diagbotman-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
eureka-server/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
feedback-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
gateway-service/src/main/resources/logback-spring.xml

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

+ 1 - 1
knowledge-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
log-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
monitor-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
triage-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
uaa-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
user-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"/>