https://bz.apache.org/bugzilla/show_bug.cgi?id=60589
--- Comment #6 from Woonsan Ko <[email protected]> --- Hi, I think the PR is now ready for review: - https://github.com/apache/jmeter/pull/254 Here's what I did with this PR in summary: - Removing dependencies on logkit, excalibur, avalon and commons-logging. - Adding slf4j and log4j dependencies. - Forking minimal logkit interfaces/classes in jorphan module. - NewDriver.java setting system properties for log4j2 configuration file location and the log file path (referenced by system property lookup in log4j2.xml files). - Migrating logging properties (in jmeter*.properties) to log4j2*.xml files with equivalent comments and examples. - Remove logkit initialization in LoggingManager and update it to return slf4j logger wrapper simply. - Fixing some unit tests accordingly as logkit LogTarget is not available in unit testing any more. - Implement LoggerPanel based on new logging mechanism for full backward compatibility. - Keep supporting -j command line option to allow log file setting. Almost full backward compatibility. 'LAST' value is dropped since this option handling happens before GUI initialized. - Keep supporting -L command line option to allow log level setting. Full backward compatibility. - Introduce -i command line option to allow to change log4j2 configuration file location by command line argument as well as the default log4j2 system property (log4j.configurationFile). - Minimal updates in getting started documentation. -- You are receiving this mail because: You are the assignee for the bug.
