Skip to content

Comments

chore: 사용자 인증 메시지 카프카 로깅 추가#100

Merged
dev-ant merged 2 commits intodevfrom
chore/user-verify-logging
Feb 18, 2026
Merged

chore: 사용자 인증 메시지 카프카 로깅 추가#100
dev-ant merged 2 commits intodevfrom
chore/user-verify-logging

Conversation

@dev-ant
Copy link
Contributor

@dev-ant dev-ant commented Feb 18, 2026

📋 상세 설명

  • Kafka Producer가 CompletableFuture를 반환하도록 개선하여 메시지 발행 성공/실패 추적 및 상세 로깅 추가
  • 로깅 설정 변경: p6spy 비활성화, 애플리케이션 로그 레벨 DEBUG → INFO 조정
    • 배치 특성상 p6spy 로깅을 활성화하니 너무 많은 로그가 발생함

📊 체크리스트

  • PR 제목이 형식에 맞나요 e.g. feat: PR을 등록한다
  • 코드가 테스트 되었나요 테스트 불필요
  • 문서는 업데이트 되었나요 문서 업데이트 불필요
  • 불필요한 코드를 제거했나요
  • 이슈와 라벨이 등록되었나요 이슈 미등록

@dev-ant dev-ant requested a review from Copilot February 18, 2026 02:12
@dev-ant dev-ant self-assigned this Feb 18, 2026
@dev-ant dev-ant added the 🧩chore 잡다한 작은 업무 label Feb 18, 2026
@github-actions
Copy link

✅ 테스트 결과 for PR

Build: success

🧪 테스트 실행 with Gradle
📈 Coverage: -0.00%

📁 테스트 결과
📁 커버리지 보고서 (HTML)

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request adds enhanced Kafka logging for user authentication messages while reorganizing Java import statements across the codebase for consistency. The PR changes logging configuration to reduce verbosity in production environments.

Changes:

  • Enhanced Kafka producer to return CompletableFuture for tracking message publishing success/failure with detailed logging
  • Reorganized import statements across ~100+ files to follow a consistent pattern (third-party → java.* → static imports with blank line separators)
  • Changed logging configuration: p6spy disabled, application log level set to INFO from DEBUG

Reviewed changes

Copilot reviewed 149 out of 149 changed files in this pull request and generated no comments.

File Description
application.yml Disabled p6spy SQL logging and changed log level from DEBUG to INFO for production readiness
HornBugleKafkaProducerService.java Changed return type from void to CompletableFuture to enable success/failure tracking
HornBugleScheduler.java Added comprehensive Kafka publish logging with topic, partition, offset details and error handling
~100+ other files Reorganized imports to follow consistent ordering: third-party libs → java.* → static imports

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dev-ant dev-ant merged commit 4ba922e into dev Feb 18, 2026
8 checks passed
@dev-ant dev-ant deleted the chore/user-verify-logging branch February 18, 2026 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🧩chore 잡다한 작은 업무

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant