Get rid of "VAGRANT_ENV" since that was just a hack. Log output location configurable now.

This commit is contained in:
Mitchell Hashimoto 2010-02-10 13:59:25 -08:00 committed by John Bender
parent 119d91eafb
commit f2f92d7ffa
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ error
class Logger < ::Logger
@@singleton_logger = nil
class <<self
class << self
def singleton_logger
# TODO: Buffer messages until config is loaded, then output them?
if Vagrant.config.loaded?