Kouhei Sutou 2019-01-09 13:51:57 +0900 (Wed, 09 Jan 2019) Revision: 15b29381b39cef210372ea1790924cac49f3873e https://github.com/groonga/fluent-plugin-groonga-query-log/commit/15b29381b39cef210372ea1790924cac49f3873e Message: Use GroongaQueryLog Modified files: lib/fluent/plugin/filter_groonga_query_log.rb Modified: lib/fluent/plugin/filter_groonga_query_log.rb (+3 -3) =================================================================== --- lib/fluent/plugin/filter_groonga_query_log.rb 2019-01-09 13:45:49 +0900 (73187dc) +++ lib/fluent/plugin/filter_groonga_query_log.rb 2019-01-09 13:51:57 +0900 (7504637) @@ -1,4 +1,4 @@ -# Copyright (C) 2015 Kouhei Sutou <kou****@clear*****> +# Copyright (C) 2015-2018 Kouhei Sutou <kou****@clear*****> # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by @@ -15,7 +15,7 @@ require "time" -require "groonga/query-log" +require "groonga-query-log" module Fluent class GroongaQueryLogFilter < Filter @@ -34,7 +34,7 @@ module Fluent :slow_operation_threshold => @slow_operation_threshold, :slow_response_threshold => @slow_response_threshold, } - @parser = Groonga::QueryLog::Parser.new(options) + @parser = GroongaQueryLog::Parser.new(options) end def filter_stream(tag, event_stream) -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190109/11408251/attachment.html>