File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,14 @@ logging.pattern.console=%d{yyyy-MM-dd HH:mm:ss} - %msg%n
2222logging.file.path =logs
2323logging.file.name =${logging.file.path}/lettuce-test-app.log
2424logging.logback.rollingpolicy.max-file-size =50MB
25- logging.file.metrics =${logging.file.path}/lettuce-test-app-metrics.log
25+ logging.file.metrics =${logging.file.path}/lettuce-test-app-metrics.log
26+
27+ # logging.pattern.console=%d{yyyy-MM-dd HH:mm:ss} - %msg%n
28+ # logging.level.org.springframework=DEBUG
29+ # logging.level.root=DEBUG
30+ logging.level.io.lettuce.core.protocol.CommandHandler =INFO
31+ logging.level.io.lettuce.core.cluster.RedisClusterClient =DEBUG
32+ logging.level.io.lettuce.core.protocol.ConnectionWatchdog =DEBUG
33+ logging.level.io.lettuce.core.protocol.MaintenanceAwareConnectionWatchdog =DEBUG
34+ logging.level.io.lettuce.core.protocol.MaintenanceAwareExpiryWriter =DEBUG
35+ logging.level.io.lettuce.core.protocol.ReconnectionHandler =DEBUG
You can’t perform that action at this time.
0 commit comments