We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
현재 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시간
The text was updated successfully, but these errors were encountered:
jcoding-play
No branches or pull requests
✨ 세부 내용
현재 Participation 객체의 생성자에서 로그를 찍고 있습니다.
이 부분을
ParticipationService
에서 participate 메서드가 호출될 때 로그 호출 시점을 변경합니다.⏰ 예상 소요 시간
1시간
The text was updated successfully, but these errors were encountered: