Better logging for config loading

This commit is contained in:
Mitchell Hashimoto 2012-02-15 18:23:05 -08:00
parent d4a2e39c3e
commit c2fbbe7dee
1 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,8 @@ module Vagrant
current = Top.new
proc.call(current)
@config_cache[proc] = current
else
@logger.debug("Loading from: #{key} (cache)")
end
# Merge in the results of this proc's configuration