[Groonga-commit] droonga/express-droonga at 39ae533 [master] Inherit logger correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Nov 5 16:10:09 JST 2014


YUKI Hiroshi	2014-11-05 16:10:09 +0900 (Wed, 05 Nov 2014)

  New Revision: 39ae5330f731e22cfbe9ebfbe497f378b772c03f
  https://github.com/droonga/express-droonga/commit/39ae5330f731e22cfbe9ebfbe497f378b772c03f

  Message:
    Inherit logger correctly

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

  Modified: lib/droonga-protocol/connection-pool.js (+2 -1)
===================================================================
--- lib/droonga-protocol/connection-pool.js    2014-11-05 16:07:41 +0900 (51919dd)
+++ lib/droonga-protocol/connection-pool.js    2014-11-05 16:10:09 +0900 (a04db4d)
@@ -185,7 +185,8 @@ ConnectionPool.prototype = {
     this._serf = new SerfAgent({
       serf:         this._params.serf,
       hostName:     this._params.receiveHostName,
-      otherMembers: this.hostNames
+      otherMembers: this.hostNames,
+      logger:       this._logger
     });
     this._serf.start()
       .then((function() {
-------------- next part --------------
HTML����������������������������...
下載 



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