Skip to content

Commit 277aee1

Browse files
committed
refactor : aps 페이로드 확인용 로그 작성
1 parent e67c48d commit 277aee1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/api/tokbaro/domain/apns/service/ApnsServiceImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ private ApnsRes sendNotification(String token, Map<String, Object> contentState,
117117
return new ApnsRes(500, "페이로드 직렬화 실패 " + e.getMessage());
118118
}
119119

120+
log.info("전달된 페이로드: {}", payload);
120121
final com.eatthepath.pushy.apns.DeliveryPriority deliveryPriority = priority == 5 ?
121122
com.eatthepath.pushy.apns.DeliveryPriority.CONSERVE_POWER :
122123
com.eatthepath.pushy.apns.DeliveryPriority.IMMEDIATE;

0 commit comments

Comments
 (0)