cmd window - redirect log output to file with ServerAPI?

CityCluster

New member
Without ServerAPI, I can simply redirect the log output to a file from the Windows CMD window using >> in start batch script. This no longer works with ServerAPI. Is there another way?
 
Without ServerAPI, I can simply redirect the log output to a file from the Windows CMD window using >> in start batch script. This no longer works with ServerAPI. Is there another way?
You could try using the -OldConsole launch arg
 
Back
Top