Skip to content

To run Vega Strike, logging debugging and other output

Stephen G Tuggy edited this page Jul 6, 2020 · 1 revision

To run Vega Strike with all debugging output enabled, and save the output in log files that include the date and time in the filename, you can run the following from the Vega-Strike-Engine-Source folder:

./bin/vegastrike --debug=3 >vegastrike_out_$(date +%FT%H_%M_%S_%N).log 2>vegastrike_err_$(date +%FT%H_%M_%S_%N).log