Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
quanpham-axonivy committed Dec 19, 2024
1 parent f1b7648 commit b17f632
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public void logMethodCall(JoinPoint joinPoint) throws MissingHeaderException {

private Map<String, String> extractHeaders(HttpServletRequest request, MethodSignature signature,
JoinPoint joinPoint) {
log.debug("#extractHeaders arguments {} ---- {}", signature.getParameterNames(), joinPoint.getArgs());
return Map.of(
LoggingConstants.METHOD, escapeXml(String.valueOf(signature.getMethod())),
LoggingConstants.TIMESTAMP, escapeXml(getCurrentTimestamp()),
Expand Down

0 comments on commit b17f632

Please sign in to comment.