YUKI Hiroshi
null+****@clear*****
Thu Feb 13 16:11:34 JST 2014
YUKI Hiroshi 2014-02-13 16:11:34 +0900 (Thu, 13 Feb 2014) New Revision: 5fc913907b8f17685d31674ad2d536cb05527b3d https://github.com/droonga/fluent-plugin-droonga/commit/5fc913907b8f17685d31674ad2d536cb05527b3d Message: Report list of activated plugins in debug level Modified files: lib/droonga/handler_runner.rb Modified: lib/droonga/handler_runner.rb (+2 -0) =================================================================== --- lib/droonga/handler_runner.rb 2014-02-13 15:59:16 +0900 (517c47c) +++ lib/droonga/handler_runner.rb 2014-02-13 16:11:34 +0900 (6abc812) @@ -74,7 +74,9 @@ module Droonga @context = Groonga::Context.new @database =****@conte*****_database(@database_name) end + $log.debug("#{self.class.name}: activating plugins: #{@options[:plugins].join(", ")}") @handler_classes = Handler.find_sub_classes(@options[:plugins] || []) + $log.debug("#{self.class.name}: activated:\n#{@handler_classes.join("\n")}") @forwarder = Forwarder.new(@loop) end -------------- next part -------------- HTML����������������������������...Download