Skip to content

Feat: Logging 파이프라인 구축#29

Merged
lsh2613 merged 4 commits intodevfrom
feat/logging
Aug 30, 2025
Merged

Feat: Logging 파이프라인 구축#29
lsh2613 merged 4 commits intodevfrom
feat/logging

Conversation

@lsh2613
Copy link
Owner

@lsh2613 lsh2613 commented Aug 30, 2025

⭐ Related issue

#13


📌 Tasks

  • docker-compose를 통한 ELK 스택 서비스 구성
  • 로깅 파이프라인 구축
    • 요청 인터셉터를 통한 MDC 추가 정보 제공(requestId, turnaroundTime, ...)
    • AOP를 통한 예외 처리 로깅
  • logback 롤링을 통한 로컬 로그파일 관리
  • Elasticsearch-Logstash 통신을 위한 rabbit_logstash 계정과 권한 설정

📃 Reference

- 요청 인터셉터 및 AOP 기반 예외 로깅 구현
- MDC를 통한 추가 로그 정보 제공
- info, warn, error 로그를 파일로 분리 저장하도록 설정
- prod 프로필에서만 파일 로깅 활성화
@lsh2613 lsh2613 added the ✨ Feature 새로운 기능 또는 명세 label Aug 30, 2025
@lsh2613
Copy link
Owner Author

lsh2613 commented Aug 30, 2025

📊 Test Coverage Report

Overall Project 69.41%

There is no coverage information present for the Files changed

@lsh2613 lsh2613 merged commit ecae598 into dev Aug 30, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Feature 새로운 기능 또는 명세

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant