From f2f92d7ffa92ca1d6ca6ba85261fb9ba0429ef26 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 10 Feb 2010 13:59:25 -0800 Subject: [PATCH] Get rid of "VAGRANT_ENV" since that was just a hack. Log output location configurable now. --- lib/vagrant/util.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant/util.rb b/lib/vagrant/util.rb index a29642c3b..334b44914 100644 --- a/lib/vagrant/util.rb +++ b/lib/vagrant/util.rb @@ -19,7 +19,7 @@ error class Logger < ::Logger @@singleton_logger = nil - class <