Annotation Interface ClientLoggingInterceptorPointcut
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanwill be used to check if responseBody will be loggedbooleanwill be used to check if requestBody will be loggedwill be used to name the transaction type
-
Element Details
-
value
String valuewill be used to name the transaction type- Default:
""
-
traceSentBody
boolean traceSentBodywill be used to check if requestBody will be logged- Default:
true
-
traceReceivedBody
boolean traceReceivedBodywill be used to check if responseBody will be logged- Default:
true
-