Get rid of "VAGRANT_ENV" since that was just a hack. Log output location configurable now.
This commit is contained in:
parent
119d91eafb
commit
f2f92d7ffa
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue