로그추가.

This commit is contained in:
cho
2026-02-03 16:26:29 +09:00
parent 113a7267d2
commit 265cc66b1f
@@ -204,6 +204,7 @@ public class ApiAdapterController implements HttpAdapterServiceKey {
// 응답 헤더 로깅
for (String headerName : servletResponse.getHeaderNames()) {
String headerValue = servletResponse.getHeader(headerName);
logger.debug(String.format( "httpHeader logging headerKey=%s, headerValue=%s", headerName, headerValue));
headerMap.put(headerName, headerValue);
}
HttpAdapterExtraLogUtil.insertHttpAdapterExtraLog(uuid, 400, adapterGroupName, adapterName, headerMap, url, method, httpStatusCode);