khuntly opened a new issue, #5771: URL: https://github.com/apache/jmeter/issues/5771
### Expected behavior JMeter executed as follows: `jmeter -p .\user.properties -i .\logging.xml -S .\system.properties` system.properties contains overrides for Java networking and the jmeter logfile: `jmeter.logfile=/path/to/logfile.log` Expected results: JMeter logfile is created and written to as `/path/to/logfile.log` ### Actual behavior Logfile is ALWAYS written as jmeter.log, regardless of log4j2.xml configuration or the settings in system.properties ### Steps to reproduce the problem Generate a system properties file that overrides jmeter.logfile Run jmeter with the -S parameter ### JMeter Version 5.5 ### Java Version java version "18.0.1.1" 2022-04-22 ### OS Version Microsoft Windows [Version 10.0.19045.2546] -- 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-unsubscr...@jmeter.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org