Kouhei Sutou
null+****@clear*****
Thu Nov 21 12:13:23 JST 2013
Kouhei Sutou 2013-11-21 12:13:23 +0900 (Thu, 21 Nov 2013) New Revision: 0801dad0d57d659ea0e268287bc2780c445f4ae4 https://github.com/droonga/fluent-plugin-droonga/commit/0801dad0d57d659ea0e268287bc2780c445f4ae4 Message: Require Fluent::Logger::FluentLogger explicitly Normally, it is loaded by autoload hook but autoload may be blocked on threaded environment. Modified files: lib/droonga/executor.rb Modified: lib/droonga/executor.rb (+1 -0) =================================================================== --- lib/droonga/executor.rb 2013-11-21 12:12:37 +0900 (130b750) +++ lib/droonga/executor.rb 2013-11-21 12:13:23 +0900 (99290f2) @@ -16,6 +16,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA require "fluent-logger" +require "fluent/logger/fluent_logger" require "groonga" require "droonga/job_queue" -------------- next part -------------- HTML����������������������������... Download