[jboss-cvs] JBossAS SVN: r58098 - trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Nov 3 20:10:13 EST 2006
Author: scott.stark at jboss.org
Date: 2006-11-03 20:10:11 -0500 (Fri, 03 Nov 2006)
New Revision: 58098
Modified:
trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/ServerInterceptorTest.java
Log:
Remove the log4j usage
Modified: trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/ServerInterceptorTest.java
===================================================================
--- trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/ServerInterceptorTest.java 2006-11-04 00:58:40 UTC (rev 58097)
+++ trunk/jbossas/remoting/src/main/tests/org/jboss/test/remoting/interceptor/ServerInterceptorTest.java 2006-11-04 01:10:11 UTC (rev 58098)
@@ -75,7 +75,6 @@
try
{
//org.apache.log4j.BasicConfigurator.configure();
- org.jboss.logging.Logger.getRoot().setLevel(Level.DEBUG);
int port = 8081;
String transport = "socket";
More information about the jboss-cvs-commits
mailing list