Enable Logging

sudipto
I want to check the error messages. Since Exceptions don't have the error message, I was advised to enable logging, where the raw messages are logged.
I have set the static variable
com.zerodhatech.kiteconnect.KiteConnect.ENABLE_LOGGING = true;
However I still can't see any raw messages being logged. I am using Apache Tomcat container to run my application. What should I be doing to see the raw messages?
This discussion has been closed.