mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- don't warn
This commit is contained in:
parent
23ba410f33
commit
5808351bea
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class LogStash::Inputs::Base < LogStash::Plugin
|
||||||
# charset is deprecated on inputs, but provide backwards compatibility
|
# charset is deprecated on inputs, but provide backwards compatibility
|
||||||
# by copying the charset setting into the codec.
|
# 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
|
charset = @charset
|
||||||
@codec.instance_eval { @charset = charset }
|
@codec.instance_eval { @charset = charset }
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue