How do i set vagrant to debug mode?



  • The different level of output are:
    debug (loud), info (normal), warn (quiet), and error (very quiet).

    The environment variable VAGRANT_LOG can be set to one of these. e.g.

    export VAGRANT_LOG=debug
    

    or your can add it to the vagrant up command.

    $ vagrant up --debug
    


© Lightnetics 2024