[Groonga-commit] droonga/fluent-plugin-droonga at 4539df5 [master] Log handler information

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 31 12:09:41 JST 2013


Kouhei Sutou	2013-10-31 12:09:41 +0900 (Thu, 31 Oct 2013)

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

  Message:
    Log handler information

  Modified files:
    lib/droonga/executor.rb

  Modified: lib/droonga/executor.rb (+4 -2)
===================================================================
--- lib/droonga/executor.rb    2013-10-31 12:09:42 +0900 (7ef0192)
+++ lib/droonga/executor.rb    2013-10-31 12:09:41 +0900 (8ea2c47)
@@ -96,9 +96,11 @@ module Droonga
       body, command, arguments = parse_message(message)
       handler = find_handler(command)
       if handler
-        $log.trace("#{log_tag}: execute_one: handle: start")
+        $log.trace("#{log_tag}: execute_one: handle: start",
+                   :hander => handler.class)
         handler.handle(command, body, *arguments)
-        $log.trace("#{log_tag}: execute_one: handle: done")
+        $log.trace("#{log_tag}: execute_one: handle: done",
+                   :hander => handler.class)
       end
       $log.trace("#{log_tag}: execute_one: done")
     end
-------------- next part --------------
HTML����������������������������...
Download 



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