mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-21 18:56:11 +10:00
[유치수] [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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user