Skip to content

Commit

Permalink
Uncomment gocbcore log redaction line
Browse files Browse the repository at this point in the history
Change-Id: Iee5a963dad9afe51e800650d912ca4e6df2fb456
Reviewed-on: http://review.couchbase.org/115245
Reviewed-by: Brett Lawson <brett19@gmail.com>
Tested-by: Charles Dixon <chvckd@gmail.com>
  • Loading branch information
chvck committed Sep 24, 2019
1 parent 0c0d43c commit f399e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const (
// SetLogRedactionLevel specifies the level with which logs should be redacted.
func SetLogRedactionLevel(level LogRedactLevel) {
globalLogRedactionLevel = level
// gocbcore.SetLogRedactionLevel(gocbcore.LogRedactLevel(level))
gocbcore.SetLogRedactionLevel(gocbcore.LogRedactLevel(level))
}

// Logger defines a logging interface. You can either use one of the default loggers
Expand Down

0 comments on commit f399e89

Please sign in to comment.