My scipt does various logging from Javascript using the "logger.<level>" functions.
When I execute a load test from the command line (either in debug mode or not), whatever I log this way goes into a file named "loadgenerator-<date>_<time>.log" in the logs folder.
This file though disappears after the load test is finished. Is there a way to preserve it? Or any other way I can preserve the logs?