Enum RedactionLevel
Specifies the level of log redaction.
Namespace: Couchbase.Core.Logging
Assembly: Couchbase.NetClient.dll
Syntax
public enum RedactionLevel
Fields
| Name | Description |
|---|---|
| Full | User, system, and metadata are redacted. |
| None | No redaction is performed; this is the default. |
| Partial | Only user data is redacted; system and metadata are not. |