Skip to content

Comments

Ci: SQL 쿼리 로그 레벨 설정 및 CD 워크플로우 내 헬스체크 추가 / #53#54

Merged
JayongLee merged 3 commits intomainfrom
ci/#53
Dec 2, 2025
Merged

Ci: SQL 쿼리 로그 레벨 설정 및 CD 워크플로우 내 헬스체크 추가 / #53#54
JayongLee merged 3 commits intomainfrom
ci/#53

Conversation

@JayongLee
Copy link
Member

@JayongLee JayongLee commented Dec 2, 2025

🗞️ 연관된 이슈

🔥 이슈번호

✅ 작업 내용

  • SQL 쿼리 로그 레벨 설정 및 CD 워크플로우 내 헬스체크 추가

📸 스크린샷 (선택)

체크리스트 ✅

  • 코드가 정상적으로 컴파일되나요?
  • merge할 브랜치의 위치를 확인했나요?
  • 테스트 코드를 작성하셨나요?

기타

@JayongLee JayongLee self-assigned this Dec 2, 2025
@gemini-code-assist
Copy link

Summary of Changes

Hello @JayongLee, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이 PR은 애플리케이션의 모니터링 및 디버깅 기능을 강화하기 위한 변경 사항을 포함합니다. 개발 환경에서 SQL 쿼리 로깅을 보다 상세하게 설정하여 문제 진단에 용이하게 하고, 프로덕션 환경을 포함한 전반적인 애플리케이션에 헬스체크 엔드포인트를 추가하여 서비스의 가용성을 외부에서 쉽게 확인할 수 있도록 개선했습니다.

Highlights

  • SQL 쿼리 로깅 설정 변경: 개발 환경(application-dev.yml)에서 Hibernate의 SQL 쿼리 형식 지정을 비활성화하고, org.hibernate.sql 로깅 레벨을 DEBUG로 설정하여 상세한 SQL 쿼리 로그를 확인할 수 있도록 했습니다.
  • 애플리케이션 헬스체크 엔드포인트 추가: 기본 설정 파일(application.yml)에 Spring Boot Actuator의 healthinfo 엔드포인트를 추가하여 애플리케이션의 상태 정보를 외부에서 확인할 수 있도록 했습니다. 이 엔드포인트들은 read_only 접근 권한을 가지며 웹을 통해 노출됩니다.
Ignored Files
  • Ignored by pattern: .github/workflows/** (1)
    • .github/workflows/CD.yml
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

안녕하세요. SQL 쿼리 로깅 설정 및 Actuator를 이용한 헬스체크 추가 작업을 리뷰했습니다. 전반적으로 PR의 목적에 맞는 변경 사항들이 잘 적용되었습니다. 다만 몇 가지 개선할 점이 있어 리뷰 의견을 남깁니다.

application-dev.yml 파일에서는 SQL 로깅 설정 시 show-sql 속성으로 인해 로그가 중복으로 남을 수 있는 부분을 지적하고, 파라미터 로깅을 위한 설정을 추가로 제안했습니다.
application.yml 파일에서는 Actuator 엔드포인트 설정에 비표준 속성이 사용되어 의도대로 동작하지 않을 수 있는 부분을 발견하여 수정을 제안했습니다.

자세한 내용은 각 파일의 리뷰 코멘트를 확인해주세요.

@JayongLee JayongLee linked an issue Dec 2, 2025 that may be closed by this pull request
2 tasks
@JayongLee JayongLee merged commit 82df657 into main Dec 2, 2025
1 check passed
@JayongLee JayongLee deleted the ci/#53 branch December 2, 2025 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: 로깅 레벨 설정 및 CD 헬스 체크 로직 추가

1 participant