[Groonga-commit] droonga/express-droonga at 8db441d [master] Output more log messages for debugging

Back to archive index

YUKI Hiroshi null+****@clear*****
Sun Nov 30 19:59:06 JST 2014


YUKI Hiroshi	2014-11-30 19:59:06 +0900 (Sun, 30 Nov 2014)

  New Revision: 8db441d3701e4fd8125973d4f22361f89d34d21b
  https://github.com/droonga/express-droonga/commit/8db441d3701e4fd8125973d4f22361f89d34d21b

  Message:
    Output more log messages for debugging

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

  Modified: lib/droonga-protocol/connection-pool.js (+1 -0)
===================================================================
--- lib/droonga-protocol/connection-pool.js    2014-11-30 19:58:32 +0900 (ac9bc49)
+++ lib/droonga-protocol/connection-pool.js    2014-11-30 19:59:06 +0900 (4b466aa)
@@ -211,6 +211,7 @@ ConnectionPool.prototype = {
           this._logger.info('Start to watch changes in the cluster.');
           this._watching = true;
           this._serf.on('member-change', (function() {
+            this._logger.info('Serf cluster member is changed.');
             if (this._updateHostNamesTimer)
               return;
             this._updateHostNamesTimer = setTimeout((function() {
-------------- next part --------------
HTML����������������������������...
Download 



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