Skip to content
New issue

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

[BE] 로깅 위치 수정 + 리팩터링 #555

Open
jcoding-play opened this issue Oct 11, 2024 · 0 comments
Open

[BE] 로깅 위치 수정 + 리팩터링 #555

jcoding-play opened this issue Oct 11, 2024 · 0 comments
Assignees
Labels
BE 백엔드 개발 관련 작업 기능 기능 구현 작업 리팩터링 리팩터링 작업

Comments

@jcoding-play
Copy link
Contributor

✨ 세부 내용

현재 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시간

@jcoding-play jcoding-play added BE 백엔드 개발 관련 작업 리팩터링 리팩터링 작업 기능 기능 구현 작업 labels Oct 11, 2024
@jcoding-play jcoding-play added this to the 6차 데모데이 milestone Oct 11, 2024
@jcoding-play jcoding-play self-assigned this Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 개발 관련 작업 기능 기능 구현 작업 리팩터링 리팩터링 작업
Projects
Status: No status
Development

No branches or pull requests

1 participant