Skip to content

Commit 7c7a583

Browse files
chore: Apple 정보 로깅 (#53)
향후 회원 탈퇴 기능 구현하기 위해 확인해 둘 필요 있어 로깅 추가
1 parent a041131 commit 7c7a583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/devkor/apu/saerok_server/domain/auth/infra/AppleApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public String requestIdToken(String authorizationCode) {
6767
throw new IllegalStateException("Apple 인증 서버 응답 오류");
6868
}
6969

70-
log.info("Apple Id token 전체 정보: {}", response.getIdToken());
70+
log.info("Apple response 전체 정보: {}", response);
7171

7272
return response.getIdToken();
7373
}

0 commit comments

Comments
 (0)