Spring Data Couchbase Reactive Log Queries

Hi ,

I am using spring-data-couchbase-reactive 2.4.2 and want to log the queries that the spring framework is creating for the application via the @Query annotation or QueryBuilder ,

I followed this but doesnt work , tried using logback.xml from here , doesnt work.

Tried almost all the permutation of setting the log level to DEBUg to be able to print the queries but none of the approaches work.

Could you Please suggest what is the right way to set the logging level to DEBUG to be able to print the N1QL Queries generated by the spring framework.

Thanks

FYI , @mreiche

It’s not possible right now. There is an issue open.