Switching off Java SDK logging

Hi,
Is there any way by which I can completely switch-off client SDK logging ? I would like to use my logging with respect to return value of the SDK or call backs of client SDK.

Please suggest.
Thank you!

Regards
Paresh

Hi @panda.paresh. The Java SDK logging is very flexible and you have full control over it. It’s worth getting familiar withthe logging documentation which I think will answer your questions.

1 Like

@panda.paresh also please let me point out that in general this is a bad idea since if something goes wrong you won’t be able to gather any info why, rendering an unsupportable system. Maybe you want to think about at least enabling logging at the WARN level.

2 Likes