[Groonga-commit] droonga/express-droonga at 79fbc9c [master] Output more trace logs around fetching of the catalog

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Oct 30 15:16:56 JST 2014


YUKI Hiroshi	2014-10-30 15:16:56 +0900 (Thu, 30 Oct 2014)

  New Revision: 79fbc9ccfea321484145c23f7f7ce733963a426c
  https://github.com/droonga/express-droonga/commit/79fbc9ccfea321484145c23f7f7ce733963a426c

  Message:
    Output more trace logs around fetching of the catalog

  Modified files:
    lib/droonga-protocol/connection-pool.js

  Modified: lib/droonga-protocol/connection-pool.js (+2 -0)
===================================================================
--- lib/droonga-protocol/connection-pool.js    2014-10-30 15:11:32 +0900 (6cc6ec8)
+++ lib/droonga-protocol/connection-pool.js    2014-10-30 15:16:56 +0900 (35fbbe6)
@@ -124,6 +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);
     if (result.errorCode) {
       this._params.logger.error(new Error('ConnectionPool: failed to fetch catalog'));
       return;
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index