You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ Recognized properties are the following:
30
30
* `sslenabled=true/false`
31
31
* `meta.sampling.size=<integer>` specifies a number of documents fetched in order to infer a database schema
32
32
* `query.scan.consistency=not_bounded/request_plus` specifies a query scan consistency (RYW consistency) [default value is `not_bounded`]
33
+
* `loggingLevel`[default value is `severe`]
33
34
* Propagated to a Couchbase cluster
34
35
* The full list of recognized parameters is documented in the Couchbase [Client-Settings Documentation](https://docs.couchbase.com/java-sdk/current/ref/client-settings.html).
35
36
Any client setting with a system property name may also be specified as a connection string parameter (without the com.couchbase.env. prefix).
0 commit comments