Skip to content

Commit

Permalink
Log warnings for retryable ringpop errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSnowden committed Mar 24, 2023
1 parent 6ffcfe9 commit 600e713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/membership/ringpop/ringpop.go
Expand Up @@ -107,7 +107,7 @@ func (r *service) bootstrap(

_, err = r.Ringpop.Bootstrap(bootParams)
if err != nil {
r.logger.Error("unable to bootstrap ringpop. retrying", tag.Error(err))
r.logger.Warn("unable to bootstrap ringpop. retrying", tag.Error(err))
}
return err
}
Expand Down

0 comments on commit 600e713

Please sign in to comment.