django-cassandra-engine
django-cassandra-engine copied to clipboard
Looking for a way to dump any CQL statement to logging
I run django inside docker. All the logs go to docker logs.
Is there a way to configure django-cassandra-engine to dump verbose and/or debugging information? Maybe this could be geared off the settings.DEBUG flag. Better might be to set an env variable specific to the desired level (info, debug, trace, etc.).