Skip to content

Commit

Permalink
Merge pull request #1780 from okkez/add-description-to-parser-multiline
Browse files Browse the repository at this point in the history
Add description to parser_multiline
  • Loading branch information
repeatedly authored Dec 6, 2017
2 parents d084c72 + 06ab2a7 commit 80f015f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fluent/plugin/parser_multiline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module Plugin
class MultilineParser < Parser
Plugin.register_parser('multiline', self)

desc 'Specify regexp pattern for start line of multiple lines'
config_param :format_firstline, :string, default: nil

FORMAT_MAX_NUM = 20
Expand Down

0 comments on commit 80f015f

Please sign in to comment.