Skip to content

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

@gyungchan-jo

Description

@gyungchan-jo

✨ 세부 내용

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

BE백엔드 개발 관련 작업기능기능 구현 작업리팩터링리팩터링 작업

Type

No type

Projects

Status

No status

Relationships

None yet

Development

No branches or pull requests

Issue actions