diff --git a/src/lib/transport.js b/src/lib/transport.js index 1e3f98954..607fb27f9 100644 --- a/src/lib/transport.js +++ b/src/lib/transport.js @@ -197,7 +197,7 @@ Transport.prototype.request = function (params, cb) { respond(new errors.ConnectionFault(err)); } } else { - self.log.info('Request complete'); + self.log.debug('Request complete'); respond(void 0, body, status, headers); } } @@ -374,4 +374,4 @@ Transport.prototype.close = function () { this.log.close(); _.each(this._timers, clearTimeout); this.connectionPool.close(); -}; \ No newline at end of file +};