FSchumacher commented on issue #5771:
URL: https://github.com/apache/jmeter/issues/5771#issuecomment-1509696309

   JMeter sets system properties relatively late in its lifecycle (after 
setting up logging). You can get around this by specifying those system 
properties by setting it via `JVM_ARGS`.
   On linux you can achieve it by running jmeter via
   ```console
   JVM_ARGS=-Djmeter.logfile=/tmp/my-jmeter.log ./bin/jmeter
   ```
   If you want to set the vars permanently, you can set them via 
`bin/setenv.sh` (on linux) or `bin/setenv.bat` (on windows).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to