Skip to content

Commit

Permalink
Merge pull request #1212 from cosmo0920/add-missing-require-in_tail
Browse files Browse the repository at this point in the history
in_tail: Add a missing parser_multiline require
  • Loading branch information
repeatedly committed Sep 7, 2016
1 parent aaffc03 commit 869ff49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fluent/plugin/in_tail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
require 'fluent/config/error'
require 'fluent/event'
require 'fluent/plugin/buffer'
require 'fluent/plugin/parser_multiline'

if Fluent.windows?
require_relative 'file_wrapper'
Expand Down

0 comments on commit 869ff49

Please sign in to comment.