Skip to content

Commit

Permalink
match correct desc to param
Browse files Browse the repository at this point in the history
  • Loading branch information
mindw authored Jul 14, 2017
1 parent c9a7639 commit 3161149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/fluent/plugin/in_syslog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ class SyslogInput < Input

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

0 comments on commit 3161149

Please sign in to comment.