Skip to content

Commit

Permalink
Misspeled defaults fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Laskowski <[email protected]>
  • Loading branch information
apilaskowski committed Dec 13, 2023
1 parent 78e8cc7 commit 1ee6461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/in_tail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def initialize
desc 'Maximum length of line. The longer line is just skipped.'
config_param :max_line_size, :size, default: nil
desc 'Skip ignoring files.'
config_param :skip_ignoring_files, :bool, defaults: false
config_param :skip_ignoring_files, :bool, default: false

config_section :parse, required: false, multi: true, init: true, param_name: :parser_configs do
config_argument :usage, :string, default: 'in_tail_parser'
Expand Down

0 comments on commit 1ee6461

Please sign in to comment.