-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
✨ 세부 내용
현재 Participation 객체의 생성자에서 로그를 찍고 있습니다.
public Participation(Room room, Member member, MemberRole role, int matchingSize) {
this(null, room, member, role, ParticipationStatus.PARTICIPATED, matchingSize);
log.debug("참가자 생성[방 ID={}, 멤버 ID={}", room.getId(), member.getId());
}
이 부분을 ParticipationService
에서 participate 메서드가 호출될 때 로그 호출 시점을 변경합니다.
- ParticipationService 리팩터링을 살짝 곁들인...
⏰ 예상 소요 시간
1시간
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status