[Groonga-commit] droonga/droonga-engine at f4779f5 [master] Reduce annoying trace logs around watchers

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Apr 15 21:20:03 JST 2015


YUKI Hiroshi	2015-04-15 21:20:03 +0900 (Wed, 15 Apr 2015)

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

  Message:
    Reduce annoying trace logs around watchers

  Modified files:
    lib/droonga/plugins/dump.rb

  Modified: lib/droonga/plugins/dump.rb (+4 -4)
===================================================================
--- lib/droonga/plugins/dump.rb    2015-04-15 21:17:57 +0900 (614a4cf)
+++ lib/droonga/plugins/dump.rb    2015-04-15 21:20:03 +0900 (218539c)
@@ -67,15 +67,15 @@ module Droonga
                 runner.resume
               rescue
                 timer.detach
-                logger.trace("start: watcher detached on unexpected exception",
-                             :watcher => timer)
+                # logger.trace("start: watcher detached on unexpected exception",
+                #              :watcher => timer)
                 logger.exception(error_message, $!)
                 error(error_name, error_message)
               end
             else
               timer.detach
-              logger.trace("start: watcher detached on unexpected exception",
-                           :watcher => timer)
+              # logger.trace("start: watcher detached on unexpected exception",
+              #              :watcher => timer)
             end
           end
 
-------------- next part --------------
HTML����������������������������...
다운로드 



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