Problem scenario
You are using Chef and the Kitchen command line tool. If a kitchen command fails, how can you find out the root cause?
Solution
With the command that fails, re-run it with this at the end: --log-level=debug
To learn more about the verbosity of kitchen commands, see this: https://docs.chef.io/workstation/ctl_kitchen/#options