Skip to content

Commit

Permalink
Merge pull request #714 from okkez/add-descriptions-filter-stdout
Browse files Browse the repository at this point in the history
Add description to filter-stdout
  • Loading branch information
sonots committed Nov 27, 2015
2 parents 2220c2b + ea00306 commit bf08512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fluent/plugin/filter_stdout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class StdoutFilter < Filter
# for tests
attr_reader :formatter

desc 'The format of the output.'
config_param :format, :string, :default => 'stdout'
# config_param :output_type, :string, :default => 'json' (StdoutFormatter defines this)

Expand Down

0 comments on commit bf08512

Please sign in to comment.