[Groonga-commit] droonga/fluent-plugin-droonga at e73a57f [master] Add log

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Dec 20 17:11:54 JST 2013


Kouhei Sutou	2013-12-20 17:11:54 +0900 (Fri, 20 Dec 2013)

  New Revision: e73a57f74896009df4ba60bbd822ad138a451e3f
  https://github.com/droonga/fluent-plugin-droonga/commit/e73a57f74896009df4ba60bbd822ad138a451e3f

  Message:
    Add log

  Modified files:
    lib/droonga/dispatcher.rb

  Modified: lib/droonga/dispatcher.rb (+2 -0)
===================================================================
--- lib/droonga/dispatcher.rb    2013-12-20 17:11:42 +0900 (877a34b)
+++ lib/droonga/dispatcher.rb    2013-12-20 17:11:54 +0900 (67ba16c)
@@ -75,7 +75,9 @@ module Droonga
     end
 
     def forward(message, destination)
+      $log.trace("#{log_tag}: forward start")
       @forwarder.forward(message, destination)
+      $log.trace("#{log_tag}: forward done")
     end
 
     def reply(body)
-------------- next part --------------
HTML����������������������������...
Download 



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