[유치수] [NOBTS] refactor

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@582 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2012-09-05 07:59:34 +00:00
parent beb607891e
commit aa91ad015f
3 changed files with 36 additions and 12 deletions
@@ -29,6 +29,10 @@ public class InvokeMethodInterceptor implements StaticAroundInterceptor {
if (traceId != null) {
Trace.setTraceId(traceId);
} else {
System.out.println(requestURL);
System.out.println(clientIP);
System.out.println(parameters);
Trace.setTraceId(TraceID.newTraceId());
}