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

[Refactor/#276] 로그 중복으로 보이는 문제 해결 #307

Merged
merged 2 commits into from
Aug 5, 2024

Conversation

belljun3395
Copy link
Collaborator

🎫 연관 이슈

resolved: #276

💁‍♂️ PR 내용

  • 로그 중복으로 보이는 문제 해결

🙏 작업

  • additivity="false"로 중복 로그 제거하였습니다.

🙈 PR 참고 사항

📸 스크린샷

스크린샷 2024-08-05 오후 9 13 21

🤖 테스트 체크리스트

  • 체크 미완료
  • 체크 완료

@belljun3395 belljun3395 requested a review from hun-ca as a code owner August 5, 2024 12:14
@github-actions github-actions bot added config 설정 파일과 관련된 내용을 다룰 때 사용됩니다 refactor 기존 기능에 대해 개선할 때 사용됩니다. labels Aug 5, 2024
@belljun3395 belljun3395 changed the base branch from main to dev August 5, 2024 12:15
Copy link
Member

@hun-ca hun-ca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이렇게 하면 로깅 중복 안되던가요?

@belljun3395
Copy link
Collaborator Author

이렇게 하면 로깅 중복 안되던가요?

네네 지금 어펜더가 여러개라 중복되는건데
그걸 중복되면 하나만 표시되도록 수정한거에요

@hun-ca
Copy link
Member

hun-ca commented Aug 5, 2024

넵 확인 했습니다 감사합니다~!

@belljun3395 belljun3395 merged commit 2655a53 into dev Aug 5, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config 설정 파일과 관련된 내용을 다룰 때 사용됩니다 refactor 기존 기능에 대해 개선할 때 사용됩니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

로그 기록이 중복되는 문제 해결
2 participants