Skip to content

Commit 712e46d

Browse files
authored
fix: change gocbcore log level from info to debug (#126)
1 parent 997516d commit 712e46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logger/logger.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func InitDefaultLogger(logLevel string) {
8383
var coreToDcp = map[gocbcore.LogLevel]string{
8484
gocbcore.LogError: ERROR,
8585
gocbcore.LogWarn: WARN,
86-
gocbcore.LogInfo: INFO,
86+
gocbcore.LogInfo: DEBUG,
8787
gocbcore.LogDebug: DEBUG,
8888
gocbcore.LogTrace: TRACE,
8989
gocbcore.LogSched: TRACE,

0 commit comments

Comments
 (0)