diff --git a/lib/logstash/inputs/base.rb b/lib/logstash/inputs/base.rb index 1669793ac..194fe8aeb 100644 --- a/lib/logstash/inputs/base.rb +++ b/lib/logstash/inputs/base.rb @@ -76,7 +76,7 @@ class LogStash::Inputs::Base < LogStash::Plugin # charset is deprecated on inputs, but provide backwards compatibility # by copying the charset setting into the codec. - @logger.warn("Copying input's charset setting into codec", :input => self, :codec => @codec) + @logger.info("Copying input's charset setting into codec", :input => self, :codec => @codec) charset = @charset @codec.instance_eval { @charset = charset } end