Skip to content

Commit

Permalink
Change to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
df-wg committed Jan 31, 2025
1 parent 2a953f9 commit ef87b9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func NewRedisCloser(opts *RedisCloserOptions) (RDCloser, error) {
rdb = redis.NewClient(options)

if isClusterClient(rdb) {
opts.Logger.Info("Detected that redis is running in cluster mode. You may encounter issues as a result")
opts.Logger.Warn("Detected that redis is running in cluster mode. You may encounter issues as a result")
}
}

Expand Down

0 comments on commit ef87b9c

Please sign in to comment.