Skip to content

chore: JVM 로깅 추기#537

Merged
dh2906 merged 1 commit intodevelopfrom
chore/jvm-logging
Apr 13, 2026
Merged

chore: JVM 로깅 추기#537
dh2906 merged 1 commit intodevelopfrom
chore/jvm-logging

Conversation

@dh2906
Copy link
Copy Markdown
Contributor

@dh2906 dh2906 commented Apr 13, 2026

🔍 개요


🚀 주요 변경 내용


💬 참고 사항


✅ Checklist (완료 조건)

  • 코드 스타일 가이드 준수
  • 테스트 코드 포함됨
  • Reviewers / Assignees / Labels 지정 완료
  • 보안 및 민감 정보 검증 (API 키, 환경 변수, 개인정보 등)

@dh2906 dh2906 self-assigned this Apr 13, 2026
@dh2906 dh2906 added the 배포 운영 서버의 배포 관련 이슈입니다. label Apr 13, 2026
@dh2906 dh2906 merged commit baaceab into develop Apr 13, 2026
3 checks passed
@dh2906 dh2906 deleted the chore/jvm-logging branch April 13, 2026 11:25
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 13, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: ab43b896-3b5b-4413-83cb-ae36ccf9ed24

📥 Commits

Reviewing files that changed from the base of the PR and between fd3633e and 68ab22c.

📒 Files selected for processing (1)
  • Dockerfile

📝 Walkthrough

Walkthrough

Dockerfile의 Java 런타임 엔트리포인트가 확장되어 GC 로깅(회전 제한: filecount=5, filesize=10m)과 로그 포맷(time, uptime, level, tags)이 추가되었으며, OutOfMemoryError 발생 시 자동 힙 덤프 생성 옵션(-XX:+HeapDumpOnOutOfMemoryError)이 설정되었습니다.

Changes

Cohort / File(s) Summary
JVM Runtime Configuration
Dockerfile
GC 로깅 활성화(10MB 파일크기, 5개 파일 회전) 및 타임스탬프/레벨/태그 포함 로그 포맷 설정. OutOfMemoryError 발생 시 자동 힙 덤프 생성 기능 추가.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • chore: 런타임에서 OTel javaagent 주입을 제외 #519: Dockerfile ENTRYPOINT/JVM 시작 옵션 수정 — 본 PR은 명시적 JVM 플래그(GC 로깅, 힙 덤프)를 ENTRYPOINT에 추가하는 반면, 관련 PR은 JAVA_TOOL_OPTIONS 런타임 주입을 제거하여 JVM 옵션 전달 방식을 변경합니다.

Poem

🐰 로그 굴러 흘러, 힙 덤프 날개 달고,
메모리 넘칠 땐 자동 구조 신호!
GC 불타오르니 파일 다섯 개 회전,
토끼가 환호하는 모니터링의 향연! 🎉

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/jvm-logging

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

배포 운영 서버의 배포 관련 이슈입니다.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant