debuglevel change

This commit is contained in:
Jordan Sissel 2011-02-27 03:04:51 -08:00
parent c2ae6f2412
commit afe42d5276

View file

@ -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}"