Skip to content

fix: logback-spring.xml 로깅 레벨 상단 배치 (#115)#116

Merged
doup2001 merged 1 commit intodevelopfrom
fix/#115
Apr 11, 2026
Merged

fix: logback-spring.xml 로깅 레벨 상단 배치 (#115)#116
doup2001 merged 1 commit intodevelopfrom
fix/#115

Conversation

@doup2001
Copy link
Copy Markdown
Member

📌 작업한 내용

  • logback-spring.xml에서 로깅 레벨 설정을 상단으로 이동
  • Loki 로그 파싱을 위한 구조화된 로그 형식 우선 적용

🔍 참고 사항

  • 로깅 레벨(ERROR, WARN)이 로그 라인 상단에 위치하도록 재배치
  • Alloy/Loki 파싱 파이프라인에서 로그 레벨을 정확히 인식
  • UnKnown 로그 분류 문제 해결 (Loki 로그 형식 이슈 연계)
  • 구조화된 로그 형식: [LEVEL] [TRACE_ID] [CLASS] - message

🖼️ 스크린샷

로그 형식 전/후 비교:
전: 2026-04-11 ... ERROR c.k.p.c.e.GlobalExceptionHandler - 메시지
후: ERROR 2026-04-11 [trace-123] c.k.p.c.e.GlobalExceptionHandler - 메시지

🔗 관련 이슈

#115 (Loki 로그 출력 형식 에러)

✅ 체크리스트

  • 로컬에서 빌드 및 테스트 완료
  • Loki에서 로그 레벨 정상 분류 확인
  • 코드 리뷰 반영 완료
  • 문서화 필요 여부 확인

@doup2001 doup2001 self-assigned this Apr 11, 2026
@doup2001 doup2001 added the fix Something isn't working label Apr 11, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 11, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: d726a162-43f9-4efe-b6c7-d760b6fbfe96

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/#115

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@doup2001 doup2001 merged commit babcc74 into develop Apr 11, 2026
6 checks passed
@doup2001 doup2001 deleted the fix/#115 branch April 11, 2026 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant