Skip to content

Commit

Permalink
Merge pull request #75 from catchroom/develop
Browse files Browse the repository at this point in the history
style : log ์ถ”๊ฐ€
  • Loading branch information
sungjiwoon authored Jan 26, 2024
2 parents 33570d3 + d90c02c commit bc1c2d5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ private void initIfChatRoomAbsent(ChatMessageDto chatMessage, String accessToken

setLastMessage(list);

log.error("init message : {}, userId : {}", chatMessage.getMessage(), chatMessage.getUserId());
chatRoomRedisRepository.initChatRoomList(chatMessage.getUserId(), list);
}
}
Expand Down

0 comments on commit bc1c2d5

Please sign in to comment.