Skip to content

Commit

Permalink
logger update
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Jun 15, 2021
1 parent 25c0149 commit 4f1f0c1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 35 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public static void logServerHttpReqResponseDetails(@NonNull final HttpServletReq
}
httpMap.put("server_http_request_url", String.valueOf(request.getRequestURL()));
httpMap.put("server_http_request_processing_time_ms", totalTime);
httpMap.put("server_http_request_payload", String.valueOf(request.getAttribute("payload")));
httpMap.put("server_http_request_remote_address", request.getRemoteAddr());
MDC.putCloseable("httpEvent", mapper.writeValueAsString(httpMap));
log.info("");
Expand Down
1 change: 1 addition & 0 deletions tools/jenkins/update-configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ FLB_CONFIG="[SERVICE]
[INPUT]
Name tail
Path /mnt/log/*
Exclude_Path *.gz,*.zip
Parser docker
Mem_Buf_Limit 20MB
[FILTER]
Expand Down

0 comments on commit 4f1f0c1

Please sign in to comment.