Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Commit

Permalink
[#164] feat: 로그를 추가한다.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevLuffy committed May 23, 2020
1 parent a3131c4 commit 3a2ad16
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public Page<WishBookInfoResponse> getWishBooks(Pageable pageable, WishBookSearch
public WishBookHandleResponse handleWishBook(boolean sendMessage, WishBookHandleRequest request) {
WishBook wishBook = wishBookAdminService.handleWishBook(request);

log.info("[WishBookAdminFacade][handleWishBook] sendMessage={}", sendMessage);
// TODO: 활성화
// sendTecorvisMessage(sendMessage, wishBook);

Expand Down

0 comments on commit 3a2ad16

Please sign in to comment.