I have an application running CockroachDB on Amazon Web Services and need to log all of the queries it executes. Be that as it may, I can’t discover anything in my cluster’s logs that appears to contain the queries. I tried grepping through them for my application’s SELECT statements but can’t find them.
Is there an approach to enable query logging?