Better logging for config loading
This commit is contained in:
parent
d4a2e39c3e
commit
c2fbbe7dee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue