Better logging for config loading
This commit is contained in:
parent
d4a2e39c3e
commit
c2fbbe7dee
|
@ -82,6 +82,8 @@ module Vagrant
|
||||||
current = Top.new
|
current = Top.new
|
||||||
proc.call(current)
|
proc.call(current)
|
||||||
@config_cache[proc] = current
|
@config_cache[proc] = current
|
||||||
|
else
|
||||||
|
@logger.debug("Loading from: #{key} (cache)")
|
||||||
end
|
end
|
||||||
|
|
||||||
# Merge in the results of this proc's configuration
|
# Merge in the results of this proc's configuration
|
||||||
|
|
Loading…
Reference in New Issue