Skip to content

Commit

Permalink
Merge pull request #67 from sampointer/further_0.14_fix
Browse files Browse the repository at this point in the history
Further 0.14 fix
  • Loading branch information
ryotarai authored Jul 8, 2017
2 parents 5c2d2e5 + 21b2734 commit abb3a76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/fluent/plugin/in_cloudwatch_logs.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'fluent/input'
require 'fluent/parser'

module Fluent
require 'fluent/mixin/config_placeholders'
Expand Down Expand Up @@ -71,7 +72,7 @@ def shutdown
private
def configure_parser(conf)
if conf['format']
@parser = TextParser.new
@parser = Fluent::TextParser.new
@parser.configure(conf)
end
end
Expand Down

0 comments on commit abb3a76

Please sign in to comment.