Skip to content

Commit

Permalink
fix description of resolve_hostname and place it correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindw committed Jul 22, 2017
1 parent e9709fb commit a8fa7d6
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 a8fa7d6

Please sign in to comment.