Browse Source

fix redisson日志调试

Eric 1 year ago
parent
commit
cfb0950304
1 changed files with 3 additions and 0 deletions
  1. 3 0
      mec-auth/mec-auth-server/src/main/resources/logback-spring.xml

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

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