Skip to content

Commit

Permalink
Log length of unpacked values (TykTechnologies#2670)
Browse files Browse the repository at this point in the history
  • Loading branch information
furkansenharputlu authored Nov 13, 2019
1 parent f6d25e6 commit 4fb7493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/redis_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ func (r *RedisCluster) GetAndDeleteSet(keyName string) []interface{} {

vals := redVal[0].([]interface{})

log.Debug("Unpacked vals: ", vals)
log.Debug("Unpacked vals: ", len(vals))

return vals
}
Expand Down

0 comments on commit 4fb7493

Please sign in to comment.