How to create a log file?
Is there any way to create a log file for the output/errors/etc during stress testing on Windows?
I tried to redirect the terminal output via y-cruncher.exe config myconfig.cfg > logfile.txt 2>&1, but the log file stays empty.
|