Skip to content

Commit

Permalink
Merge pull request #102 from uber/ping-req-log-cleanup
Browse files Browse the repository at this point in the history
downgrade normal path message to debug
  • Loading branch information
jwolski2 committed Jun 25, 2015
2 parents e7e6e22 + 7c552f5 commit 17ff9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/swim/ping-req-sender.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ module.exports = function sendPingReq(opts, callback) {
// through implicit exchange of membership updates on
// ping-req requests and responses.
if (!err) {
ringpop.logger.info('ringpop ping-req determined member is reachable', {
ringpop.logger.debug('ringpop ping-req determined member is reachable', {
local: ringpop.whoami(),
errors: errors,
numErrors: errors.length,
Expand Down

0 comments on commit 17ff9d2

Please sign in to comment.