[Groonga-commit] droonga/droonga-engine at 9db652b [master] Output backtrace of errors in the serf-event-handler

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Nov 21 19:36:26 JST 2014


YUKI Hiroshi	2014-11-21 19:36:26 +0900 (Fri, 21 Nov 2014)

  New Revision: 9db652b537ab18779b1857adf3440fbc6fe89552
  https://github.com/droonga/droonga-engine/commit/9db652b537ab18779b1857adf3440fbc6fe89552

  Message:
    Output backtrace of errors in the serf-event-handler

  Modified files:
    lib/droonga/command/serf_event_handler.rb

  Modified: lib/droonga/command/serf_event_handler.rb (+1 -0)
===================================================================
--- lib/droonga/command/serf_event_handler.rb    2014-11-21 18:46:44 +0900 (5fcb6bf)
+++ lib/droonga/command/serf_event_handler.rb    2014-11-21 19:36:26 +0900 (d13a997)
@@ -46,6 +46,7 @@ module Droonga
         FileUtils.mkdir_p(Path.serf_event_handler_errors)
         File.open(Path.serf_event_handler_error_file, "w") do |file|
           file.write(exception.inspect)
+          file.write(exception.backtrace)
         end
         true
       end
-------------- next part --------------
HTML����������������������������...
다운로드 



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