We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85d437 commit 3627bb3Copy full SHA for 3627bb3
application.properties
@@ -24,4 +24,10 @@ management.otlp.metrics.export.step=PT1S
24
25
#logging.pattern.console=%d{yyyy-MM-dd HH:mm:ss} - %msg%n
26
#logging.level.org.springframework=DEBUG
27
-#logging.level.root=DEBUG
+#logging.level.root=DEBUG
28
+logging.level.io.lettuce.core.protocol.CommandHandler=INFO
29
+logging.level.io.lettuce.core.cluster.RedisClusterClient=DEBUG
30
+logging.level.io.lettuce.core.protocol.ConnectionWatchdog=DEBUG
31
+logging.level.io.lettuce.core.protocol.MaintenanceAwareConnectionWatchdog=DEBUG
32
+logging.level.io.lettuce.core.protocol.MaintenanceAwareExpiryWriter=DEBUG
33
+logging.level.io.lettuce.core.protocol.ReconnectionHandler=DEBUG
0 commit comments