I am new to cassandra python client. I am currently debugging an issue that I am having with my local cassandra client. For the same, I want to increase the logging verbosity on the cassandra cqlengine client. I want to see detailed logs on what the client is doing as its making database calls. I couldn't find anyway to do it using the client api's that are defined in the documentation.
I am using cassandra cqlengine version 3.3.0
with python 2.6
. Thanks in advance.