mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
debuglevel change
This commit is contained in:
parent
c2ae6f2412
commit
afe42d5276
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ module LogStash::Config::Mixin
|
|||
end
|
||||
|
||||
params.each do |key, value|
|
||||
@logger.info("config #{self.class.name}/@#{key} = #{value.inspect}")
|
||||
@logger.debug("config #{self.class.name}/@#{key} = #{value.inspect}")
|
||||
|
||||
# set @foo
|
||||
#ivar = "@#{key}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue