-
Notifications
You must be signed in to change notification settings - Fork 0
Debugging Techniques
Volker Hilsheimer edited this page Mar 11, 2021
·
1 revision
If something goes wrong, the following command can be useful:
$ minicoin describe [machine]
This prints the entire YAML for the machine, after merging global, user, and project
specific minicoin.yml
files, and interpreting roles and jobs.
Standard vagrant debugging techniques
apply, in particular passing --debug
or setting the log-level via the VAGRANT_LOG
environment varialbe.