[Groonga-commit] droonga/fluent-plugin-droonga at abdb0c1 [master] Output backtrace on exception

Back to archive index

Yoji Shidara null+****@clear*****
Wed Dec 25 19:12:38 JST 2013


Yoji Shidara	2013-12-25 19:12:38 +0900 (Wed, 25 Dec 2013)

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

  Message:
    Output backtrace on exception

  Modified files:
    lib/droonga/plugin.rb

  Modified: lib/droonga/plugin.rb (+2 -1)
===================================================================
--- lib/droonga/plugin.rb    2013-12-25 18:34:54 +0900 (8c07145)
+++ lib/droonga/plugin.rb    2013-12-25 19:12:38 +0900 (c589bf4)
@@ -37,7 +37,8 @@ module Droonga
     rescue => exception
       Logger.error("error while processing #{command}",
                    arguments: arguments,
-                   exception: exception)
+                   exception: exception,
+                   backtrace: exception.backtrace)
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
다운로드 



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