YUKI Hiroshi
null+****@clear*****
Thu Oct 30 15:25:15 JST 2014
YUKI Hiroshi 2014-10-30 15:25:15 +0900 (Thu, 30 Oct 2014) New Revision: e85b59ab6e6de4b3e92341b605aed8d281b89503 https://github.com/droonga/express-droonga/commit/e85b59ab6e6de4b3e92341b605aed8d281b89503 Message: Use "debug" instead of "trace" for the log level Modified files: lib/droonga-protocol/connection-pool.js Modified: lib/droonga-protocol/connection-pool.js (+2 -2) =================================================================== --- lib/droonga-protocol/connection-pool.js 2014-10-30 15:16:56 +0900 (35fbbe6) +++ lib/droonga-protocol/connection-pool.js 2014-10-30 15:25:15 +0900 (f529499) @@ -124,8 +124,8 @@ ConnectionPool.prototype = { .then(this._handleFetchedCatalog.bind(this)); }, _handleFetchedCatalog: function(result) { - this._params.logger.trace('ConnectionPool: fetchCatalog: fetched result'); - this._params.logger.trace(result); + this._params.logger.debug('ConnectionPool: fetchCatalog: fetched result'); + this._params.logger.debug(result); if (result.errorCode) { this._params.logger.error(new Error('ConnectionPool: failed to fetch catalog')); return; -------------- next part -------------- HTML����������������������������...Download