How to enable Jedis Logging in version 3.7.0 #2664
Unanswered
ashishkeshu
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Jedis uses slf4j apis for logging. So if you have any slf4j implementation in your classpath, you'll get the logs (according to the configuration you provide to that implementation). It is important to note that Jedis does very few logging. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
Please help us to understand how can we enable the jedis logging?
I hope there will be different logging levels like error, warning and debug, How we can set by while creating jedis cluster.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions