I am using Scylla(Cassandra's drop in replacement) db in docker container. I am using Python driver to connect with Scylla db for querying. I need to know the exact CQL query is applying on the database engine.
So, if there any way to print the query on the console(docker logs) or somewhere I can see and copy. Thanks