diff --git a/src/redis-shake/sync.go b/src/redis-shake/sync.go index 4e6cdd6..407cff7 100644 --- a/src/redis-shake/sync.go +++ b/src/redis-shake/sync.go @@ -600,7 +600,7 @@ func (ds *dbSyncer) syncCommand(reader *bufio.Reader, target []string, auth_type metric.GetMetric(ds.id).AddPullCmdCount(ds.id, 1) // print debug log of send command - if conf.Options.LogLevel == utils.LogLevelAll { + if conf.Options.LogLevel == utils.LogLevelDebug { strArgv := make([]string, len(argv)) for i, ele := range argv { strArgv[i] = *(*string)(unsafe.Pointer(&ele))