Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
Do not log in INFO all delivered messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Feb 17, 2014
1 parent 3bedd18 commit fb71bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Client.prototype._buildForward = function() {
}
that._lastDedupId = options._dedupId;

that.logger.info({ topic: topic }, "delivering message");
that.logger.debug({ topic: topic }, "delivering message");

var pubQoS = options && options.qos,
sub = that.subscriptions[subTopic],
Expand Down

0 comments on commit fb71bbb

Please sign in to comment.