로그 메시지 수정

This commit is contained in:
curry772
2026-07-08 12:26:44 +09:00
parent c5577fd973
commit 7e83c36a79
@@ -251,7 +251,7 @@ public class DJBErpNsmapiAccessTokenService implements HttpClientAccessTokenServ
throw new Exception("OAuth token receive status fail value= " + response.getCode());
}
logger.info("HttpClientAccessTokenServiceWithBase64Header==>" + response.getCode());
logger.info("DJBErpNsmapiAccessTokenService==>" + response.getCode());
HttpEntity entity = response.getEntity();
String responseString = EntityUtils.toString(entity, encode);