add doc comment

This commit is contained in:
Jordan Sissel 2011-04-07 00:45:37 -07:00
parent 5e1b40c78f
commit 28175422c8

View file

@ -56,6 +56,7 @@ module LogStash::Config::Mixin
end
end
# set instance variables like '@foo' for each config value given.
params.each do |key, value|
@logger.debug("config #{self.class.name}/@#{key} = #{value.inspect}")