You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "FSchumacher (via GitHub)" <gi...@apache.org> on 2023/04/15 09:27:51 UTC

[GitHub] [jmeter] FSchumacher commented on issue #5771: JMeter appears to ignore the -S value

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: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org