As being discussed in the dev thread [1], the second step (after #60564 done) would be to optimize each logging statement. e.g, message format args, throwable args, unnecessary if-enabled-logging in simple ones, etc. [1] http://markmail.org/thread/tloqa5zmuj26nrqn
Done by PRs 263 to 274
PR Merger: pmouawad !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Author : Wonnsan Ko !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Date: Sat Feb 11 08:32:11 2017 New Revision: 1782555 URL: http://svn.apache.org/viewvc?rev=1782555&view=rev Log: Bug 60565 - Migrate LogKit to SLF4J - Optimize logging statements. e.g, message format args, throwable args, unnecessary if-enabled-logging in simple ones, etc. Contributed by Woonsan Ko Done by PRs 263 to 274 Bugzilla Id: 60565 Modified: jmeter/trunk/xdocs/changes.xml
(In reply to Philippe Mouawad from comment #2) > PR Merger: pmouawad > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > > Author : Wonnsan Ko Woonsan Ko (sorry for typo) > > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > > Date: Sat Feb 11 08:32:11 2017 > New Revision: 1782555 > > URL: http://svn.apache.org/viewvc?rev=1782555&view=rev > Log: > Bug 60565 - Migrate LogKit to SLF4J - Optimize logging statements. e.g, > message format args, throwable args, unnecessary if-enabled-logging in > simple ones, etc. > Contributed by Woonsan Ko > Done by PRs 263 to 274 > Bugzilla Id: 60565 > > Modified: > jmeter/trunk/xdocs/changes.xml
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4220