Skip to content

Conversation

@JIWONKIMS
Copy link
Collaborator

Summary

  • Disable SQL logging in production for performance optimization
  • Remove unnecessary test endpoint from security config
  • Clean up production configuration

Changes

  • SecurityConfig.kt: Remove /weather/test1 test endpoint
  • application-prod.yml:
    • Disable SQL logging (org.hibernate.SQL: WARN)
    • Add H2 console disable comment for clarity
    • Remove deprecated hibernate.dialect (auto-detected)

Test plan

  • Build passes locally
  • ktlint check passed
  • Configuration validated
  • No SQL logs in production after deployment

🤖 Generated with Claude Code

JIWONKIMS and others added 2 commits October 13, 2025 11:02
- Disable SQL logging (org.hibernate.SQL: WARN) for production performance
- Remove /weather/test1 test endpoint from security config
- Add H2 console disable comment for clarity
- Remove deprecated hibernate.dialect property

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
- Add comment explaining why hibernate.dialect was removed
- Hibernate 6.x auto-detects dialect from JDBC URL
- Explicit dialect configuration is deprecated

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
Copy link
Collaborator

@YangHJ2415 YangHJ2415 left a comment

Choose a reason for hiding this comment

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

확인했습니다!

@JIWONKIMS JIWONKIMS merged commit 7e0b00a into main Oct 13, 2025
1 check passed
@JIWONKIMS JIWONKIMS deleted the feat/be/126 branch October 13, 2025 02:10
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.

3 participants