-
Notifications
You must be signed in to change notification settings - Fork 192
Log arguments along with query #1311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Should be logged in the all() method of Reactive*OperationSupport by the org.springframework.data.couchbase.core logger. The arguments aren't logged.
|
Any chance we can have the arguments along the query ? |
Ignore the commit/pull request related to CasMismatch. It referenced the wrong issue - should have referenced #1314. |
The arguments are already logged by OptionsBuilder.buildXXXOptions(). They should appear in the log immediately after the
|
I expect this log level to display all queries that are executed :
The closest we get is with
org/springframework/data/couchbase/repository/query/StringBasedCouchbaseQuery.java
:But
query.export()
returns an empty string.Expected output : the query itself + the parameters used for that execution.
The text was updated successfully, but these errors were encountered: