django-cassandra-engine icon indicating copy to clipboard operation
django-cassandra-engine copied to clipboard

Looking for a way to dump any CQL statement to logging

Open Anthony-J-Garot opened this issue 3 years ago • 0 comments

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.).

Anthony-J-Garot avatar Mar 30 '22 14:03 Anthony-J-Garot