Skip to content

Clean up doc comment in file.rb #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/logstash/outputs/file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ class LogStash::Outputs::File < LogStash::Outputs::Base
# into this file and inside the defined path.
config :filename_failure, :validate => :string, :default => '_filepath_failures'

# If the a file is deleted, but an event is comming with the need to be stored
# in such a file, the plugin will created a gain this file. Default => true
# If an output file is deleted, but an event is received with the need to be stored
# in such a file, the plugin will create this file again. Default => true
config :create_if_deleted, :validate => :boolean, :default => true

# Dir access mode to use. Note that due to the bug in jruby system umask
Expand Down