Log more information about the machine
This commit is contained in:
parent
3baa31460f
commit
b15a6dee0e
|
@ -65,6 +65,7 @@ module Vagrant
|
||||||
@logger.info("Initializing machine: #{name}")
|
@logger.info("Initializing machine: #{name}")
|
||||||
@logger.info(" - Provider: #{provider_cls}")
|
@logger.info(" - Provider: #{provider_cls}")
|
||||||
@logger.info(" - Box: #{box}")
|
@logger.info(" - Box: #{box}")
|
||||||
|
@logger.info(" - Data dir: #{data_dir}")
|
||||||
|
|
||||||
@box = box
|
@box = box
|
||||||
@config = config
|
@config = config
|
||||||
|
|
Loading…
Reference in New Issue