瀏覽代碼

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