|
|
@ -61,6 +61,7 @@ public abstract class BaseRequestLogAspect { |
|
|
|
|
|
|
|
try { |
|
|
|
Object[] args = point.getArgs(); |
|
|
|
ThreadLocalConstant.requestParam.set(objectsToString(args)); |
|
|
|
log.info(">>>>>>>>请求信息>>>>>>>>:事务流水号:{},url:{} ,method:{},请求参数:{}", transactionSerial, requestURI, method, objectsToString(args)); |
|
|
|
result = point.proceed(); |
|
|
|
resultInfoLog(transactionSerial, getExecPeriod(startTime), result); |
|
|
|