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