Explorar o código

业务日志单独的打印级别

zouxuan hai 1 ano
pai
achega
5fea5c6524
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mec-im/src/main/resources/logback-spring.xml

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

@@ -77,7 +77,7 @@
         </root>
     </springProfile>
     <!--生产环境:输出到文件 -->
-    <springProfile name="prd">
+    <springProfile name="pre">
         <root level="WARN">
             <appender-ref ref="file" />
             <appender-ref ref="plumelog" />