[Groonga-commit] groonga/fluent-plugin-groonga at 3a12a4e [use-v0.14-api] out: fix superclass from Fluent::BufferedOutput to Fluent::Plugin::Output

Back to archive index

Kentaro Hayashi null+****@clear*****
Tue Apr 11 18:20:56 JST 2017


Kentaro Hayashi	2017-04-11 18:20:56 +0900 (Tue, 11 Apr 2017)

  New Revision: 3a12a4ea61acb3dddae3b4ffb75a0a434a47e1ea
  https://github.com/groonga/fluent-plugin-groonga/commit/3a12a4ea61acb3dddae3b4ffb75a0a434a47e1ea

  Message:
    out: fix superclass from Fluent::BufferedOutput to Fluent::Plugin::Output

  Modified files:
    lib/fluent/plugin/out_groonga.rb

  Modified: lib/fluent/plugin/out_groonga.rb (+1 -1)
===================================================================
--- lib/fluent/plugin/out_groonga.rb    2017-04-11 13:21:51 +0900 (47a8161)
+++ lib/fluent/plugin/out_groonga.rb    2017-04-11 18:20:56 +0900 (4f59374)
@@ -25,7 +25,7 @@ require "fluent/plugin/output"
 
 module Fluent
   module Plugin
-    class GroongaOutput < BufferedOutput
+    class GroongaOutput < Output
       Plugin.register_output("groonga", self)
 
       def initialize
-------------- next part --------------
HTML����������������������������...
Download 



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