[Groonga-commit] droonga/droonga-engine at 8532bba [master] Output forwarded message itself in the trace log

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 9 15:38:07 JST 2015


YUKI Hiroshi	2015-04-09 15:38:07 +0900 (Thu, 09 Apr 2015)

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

  Message:
    Output forwarded message itself in the trace log

  Modified files:
    lib/droonga/forwarder.rb

  Modified: lib/droonga/forwarder.rb (+1 -1)
===================================================================
--- lib/droonga/forwarder.rb    2015-04-09 10:16:29 +0900 (2789a4f)
+++ lib/droonga/forwarder.rb    2015-04-09 15:38:07 +0900 (877cf1e)
@@ -57,7 +57,7 @@ module Droonga
     end
 
     def forward(message, destination)
-      logger.trace("forward: start")
+      logger.trace("forward: start", :message => message)
       raise AlreadyShutdown.new if @shutting_down
       command = destination["type"]
       receiver = destination["to"]
-------------- next part --------------
HTML����������������������������...
Download 



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