Hello.
I am unable to SSH into my vagrant installation due to an SSH error. I want to create a log file that I can post and ask for support on how to resolve this issue.
I need to understand what commands to use in a windows 7 command prompt window to get the log to go to a file rather than just displaying on the screen.
I currently use these commands:
set vagrant_log=debug
set stderr=vagrant.log
vagrant up
I am unable to locate the vagrant.log file anywhere.
Can someone please provide suitable vagrant commands to create a log file of my vagrant up command? Thanks.