To run Vega Strike, logging debugging and other output - vegastrike/Vega-Strike-Engine-Source GitHub Wiki
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