You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2014/02/27 02:25:55 UTC

svn commit: r1572378 - in /jmeter/trunk: src/jorphan/org/apache/jorphan/logging/LogkitLogger.java xdocs/changes.xml

Author: sebb
Date: Thu Feb 27 01:25:54 2014
New Revision: 1572378

URL: http://svn.apache.org/r1572378
Log:
Turns out Commons Logging was already configured for Logkit
Oops!
Bugzilla Id: 56175

Removed:
    jmeter/trunk/src/jorphan/org/apache/jorphan/logging/LogkitLogger.java
Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1572378&r1=1572377&r2=1572378&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Thu Feb 27 01:25:54 2014
@@ -199,7 +199,6 @@ A workaround is to use a Java 7 update 4
 <h3>General</h3>
 <ul>
 <li><bugzilla>21695</bugzilla> - Unix jmeter start script assumes it is on PATH, not a link</li>
-<li><bugzilla>65175</bugzilla> - Add Commons Logging interface to logkit logger</li>
 </ul>
 
 <ch_section>Non-functional changes</ch_section>