Lower the logging level of Request complete
This commit is contained in:
committed by
Spencer Alger
parent
075c1b7fc2
commit
7d597d73a4
@ -197,7 +197,7 @@ Transport.prototype.request = function (params, cb) {
|
|||||||
respond(new errors.ConnectionFault(err));
|
respond(new errors.ConnectionFault(err));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
self.log.info('Request complete');
|
self.log.debug('Request complete');
|
||||||
respond(void 0, body, status, headers);
|
respond(void 0, body, status, headers);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -374,4 +374,4 @@ Transport.prototype.close = function () {
|
|||||||
this.log.close();
|
this.log.close();
|
||||||
_.each(this._timers, clearTimeout);
|
_.each(this._timers, clearTimeout);
|
||||||
this.connectionPool.close();
|
this.connectionPool.close();
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user