mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Log more information about the machine
This commit is contained in:
parent
3baa31460f
commit
b15a6dee0e
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ module Vagrant
|
|||
@logger.info("Initializing machine: #{name}")
|
||||
@logger.info(" - Provider: #{provider_cls}")
|
||||
@logger.info(" - Box: #{box}")
|
||||
@logger.info(" - Data dir: #{data_dir}")
|
||||
|
||||
@box = box
|
||||
@config = config
|
||||
|
|
|
|||
Loading…
Reference in a new issue