Browse Source

注释控制台输出

deng.yinping 1 year ago
parent
commit
0b61763b7b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      mtp3-century/src/main/resources/logback-spring.xml

+ 2 - 2
mtp3-century/src/main/resources/logback-spring.xml

@@ -45,14 +45,14 @@
     <!-- 配置输出级别 -->
     <root level="INFO">
         <!-- 加入控制台输出 -->
-        <appender-ref ref="CONSOLE"/>
+        <!-- <appender-ref ref="CONSOLE"/> -->
         <!-- 加入APPLICATION输出 -->
         <appender-ref ref="APPLICATION"/>
     </root>
 
     <logger name="org.mybatis" level="DEBUG">
         <!-- 加入控制台输出 -->
-        <appender-ref ref="CONSOLE"/>
+        <!-- <appender-ref ref="CONSOLE"/> -->
         <!-- 加入APPLICATION输出 -->
         <appender-ref ref="APPLICATION"/>
     </logger>