[Groonga-commit] droonga/fluent-plugin-droonga at 65ebb6a [master] Report list of plugins for adaption phase in debug level

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Feb 13 16:15:09 JST 2014


YUKI Hiroshi	2014-02-13 16:15:09 +0900 (Thu, 13 Feb 2014)

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

  Message:
    Report list of plugins for adaption phase in debug level

  Modified files:
    lib/droonga/adapter_runner.rb

  Modified: lib/droonga/adapter_runner.rb (+2 -0)
===================================================================
--- lib/droonga/adapter_runner.rb    2014-02-13 16:11:34 +0900 (19e39d7)
+++ lib/droonga/adapter_runner.rb    2014-02-13 16:15:09 +0900 (8471410)
@@ -24,7 +24,9 @@ module Droonga
       @dispatcher = dispatcher
       default_plugins = ["error"]
       plugins += (default_plugins - plugins)
+      $log.debug("#{self.class.name}: activating plugins: #{plugins.join(", ")}")
       @adapter_classes = Adapter.find_sub_classes(plugins)
+      $log.debug("#{self.class.name}: activated:\n#{@adapter_classes.join("\n")}")
     end
 
     def shutdown
-------------- next part --------------
HTML����������������������������...
Download 



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