浏览代码

fix redisson日志调试

Eric 1 年之前
父节点
当前提交
427534ff41
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      mec-application/src/main/resources/logback-spring.xml

+ 3 - 0
mec-application/src/main/resources/logback-spring.xml

@@ -117,6 +117,9 @@
             <appender-ref ref="file"/>
             <appender-ref ref="plumelog"/>
         </root>
+        <Logger name="org.redisson" level="INFO" additivity="false">
+            <appender-ref ref="file" level="INFO" />
+        </Logger>
     </springProfile>
     <!--生产环境:输出到文件 -->
     <springProfile name="pre">