[유치수] [NOBTS] change logging condition

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1145 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2013-02-01 09:40:03 +00:00
parent a3c6b170cf
commit 6d0897fdb2
@@ -45,7 +45,7 @@ public class MethodInterceptor implements StaticAroundInterceptor, ByteCodeMetho
@Override
public void after(Object target, String className, String methodName, String parameterDescription, Object[] args, Object result) {
if (logger.isLoggable(Level.INFO)) {
if (isDebug) {
LoggingUtils.logAfter(logger, target, className, methodName, parameterDescription, args);
}