Kouhei Sutou
null+****@clear*****
Fri Oct 10 13:10:13 JST 2014
Kouhei Sutou 2014-10-10 13:10:13 +0900 (Fri, 10 Oct 2014) New Revision: 2c8bbe856d87457a32e4af9a368a0112474b4d77 https://github.com/groonga/fluent-plugin-groonga/commit/2c8bbe856d87457a32e4af9a368a0112474b4d77 Message: Use the default values in client libraries Modified files: lib/fluent/plugin/out_groonga.rb Modified: lib/fluent/plugin/out_groonga.rb (+4 -4) =================================================================== --- lib/fluent/plugin/out_groonga.rb 2013-09-29 18:43:29 +0900 (6a25945) +++ lib/fluent/plugin/out_groonga.rb 2014-10-10 13:10:13 +0900 (7208636) @@ -149,8 +149,8 @@ module Fluent class HTTPClient include Configurable - config_param :host, :string, :default => "localhost" - config_param :port, :integer, :default => 10041 + config_param :host, :string, :default => nil + config_param :port, :integer, :default => nil def start @loop = Coolio::Loop.new @@ -175,8 +175,8 @@ module Fluent class GQTPClient include Configurable - config_param :host, :string, :default => "localhost" - config_param :port, :integer, :default => 10041 + config_param :host, :string, :default => nil + config_param :port, :integer, :default => nil def start @loop = Coolio::Loop.new -------------- next part -------------- HTML����������������������������...Download