HI everyone.
We need to disable any writing to a log file in a controller (or VuGen).
When we run a test, the error traces (and lr_output_mesage) are written to a log file even if I disable the "Enable Logging" option in RunTimeSettings.
In our case, we have a lot of vusers and that causes a lot of errors in a test, and we don't want any logs to be written.
For example, if you run the following code (HTTP script), an error is written to a log file even if I disable the "Enable Logging" option.
web_custom_request("Request_01",
"URL=http://googleXX.es",
"Method=GET",
"TargetFrame=",
"Resource=0",
"Referer=",
LAST);
This is a simple example. This behavior occurs with all runtime errors with differents protocols.
Thanks in advance. Regards.