[Groonga-commit] droonga/droonga-engine at ff49479 [master] Output more trace log around forwarding of buffered message

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 21 09:42:40 JST 2015


YUKI Hiroshi	2015-04-21 09:42:40 +0900 (Tue, 21 Apr 2015)

  New Revision: ff494796067c9c5e57bb62b70161f763f9ed65d3
  https://github.com/droonga/droonga-engine/commit/ff494796067c9c5e57bb62b70161f763f9ed65d3

  Message:
    Output more trace log around forwarding of buffered message

  Modified files:
    lib/droonga/forward_buffer.rb

  Modified: lib/droonga/forward_buffer.rb (+3 -0)
===================================================================
--- lib/droonga/forward_buffer.rb    2015-04-21 09:39:16 +0900 (46adb07)
+++ lib/droonga/forward_buffer.rb    2015-04-21 09:42:40 +0900 (543e7dc)
@@ -102,6 +102,9 @@ module Droonga
       end
 
       if buffered_message
+        logger.trace("forward: Forwarding buffered message",
+                     :message     => buffered_message["message"],
+                     :destination => buffered_message["destination"])
         on_forward(buffered_message["message"],
                    buffered_message["destination"])
       end
-------------- next part --------------
HTML����������������������������...
Download 



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