Details
-
Bug
-
Resolution: Fixed
-
Test Blocker
-
Mobile 2.0, Mobile 2.1
-
*Location*: https://docs.couchbase.com/couchbase-lite/2.0/java.html
*Referrer*: https://docs.couchbase.com/couchbase-lite/2.0/index.html
*User-Agent*: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36
*Screen Resolution*: 2560 x 1440*Location*: https://docs.couchbase.com/couchbase-lite/2.0/java.html *Referrer*: https://docs.couchbase.com/couchbase-lite/2.0/index.html *User-Agent*: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 *Screen Resolution*: 2560 x 1440
-
DOC-2020-S3-Feb23, DOC-2020-S4-Mar08
Description
The Release Notes indicate that since version 2.0.2, Log Redaction has been available:
2.0.2
Support for Log redaction of sensitive information when logging is enabled.
There is also a link which takes you to the logging section of the documentation, however, there is no mention of Log Redaction in this subsection of the documentation:
Logging
The log messages are split into different domains (LogDomains) which can be tuned to different log levels. The following example enables verbose logging for the replicator and query domains.Database.setLogLevel(LogDomain.REPLICATOR, LogLevel.VERBOSE);
Database.setLogLevel(LogDomain.QUERY, LogLevel.VERBOSE);
Would it be possible to add details as to how Log Redaction can be implemented for the Couchbase Lite SDKs.