Skip to content

Commit

Permalink
Add description to parser_none
Browse files Browse the repository at this point in the history
  • Loading branch information
okkez committed Dec 6, 2017
1 parent ed82cf8 commit 5e8142e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fluent/plugin/parser_none.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module Plugin
class NoneParser < Parser
Plugin.register_parser('none', self)

desc 'Field name to contain logs'
config_param :message_key, :string, default: 'message'

def parse(text)
Expand Down

0 comments on commit 5e8142e

Please sign in to comment.