From c2fbbe7deed02c2788e14b9cc17e565ca3ee86f3 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 15 Feb 2012 18:23:05 -0800 Subject: [PATCH] Better logging for config loading --- lib/vagrant/config/loader.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/vagrant/config/loader.rb b/lib/vagrant/config/loader.rb index fc588df1e..3ab4ca1de 100644 --- a/lib/vagrant/config/loader.rb +++ b/lib/vagrant/config/loader.rb @@ -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