Bug 60565 - Migrate LogKit to SLF4J - Optimize logging statements. e.g, message format args, throwable args, unnecessary if-enabled-logging in simple ones, etc.
Summary: Migrate LogKit to SLF4J - Optimize logging statements. e.g, message format ar...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 3.1
Hardware: All Mac OS X 10.1
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on: 60564
Blocks:
  Show dependency tree
 
Reported: 2017-01-09 17:55 UTC by Woonsan Ko
Modified: 2017-02-11 08:36 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Woonsan Ko 2017-01-09 17:55:27 UTC
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
Comment 1 Philippe Mouawad 2017-02-11 08:30:53 UTC
Done by PRs 263 to 274
Comment 2 Philippe Mouawad 2017-02-11 08:33:50 UTC
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
Comment 3 Philippe Mouawad 2017-02-11 08:36:07 UTC
(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
Comment 4 The ASF infrastructure team 2022-09-24 20:38:06 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4220