Skip to content

Commit

Permalink
chore: add some logger
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Nov 25, 2024
1 parent 713a905 commit 43d03ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pkg/cache/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ func (c redisCache) MGet(ctx context.Context, keys []string, result any) error {

e := message.DecodeJSON(v.Interface())
if e != nil {
logger.Warn("unexpected failure when decoding json", zap.Error(e))
continue
}

Expand Down

0 comments on commit 43d03ab

Please sign in to comment.