[Groonga-commit] droonga/fluent-plugin-droonga at 2b50b14 [master] Remove needless caller information from log

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Dec 9 15:59:56 JST 2013


Kouhei Sutou	2013-12-09 15:59:56 +0900 (Mon, 09 Dec 2013)

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

  Message:
    Remove needless caller information from log
    
    It is always called from fluentd.

  Modified files:
    lib/fluent/plugin/out_droonga.rb

  Modified: lib/fluent/plugin/out_droonga.rb (+1 -1)
===================================================================
--- lib/fluent/plugin/out_droonga.rb    2013-12-09 15:00:12 +0900 (84b74cc)
+++ lib/fluent/plugin/out_droonga.rb    2013-12-09 15:59:56 +0900 (feb0301)
@@ -45,7 +45,7 @@ module Fluent
 
     private
     def process_event(tag, record)
-      $log.trace("out_droonga: tag: <#{tag}> caller: <#{caller.first}>")
+      $log.trace("out_droonga: tag: <#{tag}>")
       @engine.process(parse_record(tag, record))
     end
 
-------------- next part --------------
HTML����������������������������...
下载 



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