Skip to content

Commit

Permalink
Merge pull request #1633 from mindw/patch-1
Browse files Browse the repository at this point in the history
match doc string with its config_param
  • Loading branch information
repeatedly authored Jul 28, 2017
2 parents 6e89d3f + a8fa7d6 commit f9b26b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/in_syslog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ class SyslogInput < Input

desc 'The field name of hostname of sender.'
config_param :source_hostname_key, :string, default: nil
desc 'Try to resolve hostname from IP addresses or not.'
config_param :resolve_hostname, :bool, default: nil
desc 'Connections will be disconnected right after receiving first message if this value is true.'
desc 'The field name of source address of sender.'
config_param :source_address_key, :string, default: nil
desc 'The field name of the priority.'
Expand Down

0 comments on commit f9b26b1

Please sign in to comment.