Skip to content

Conversation

@oralcoder
Copy link
Owner

변경 내용

  • 주요 변경:
    • 루트 엔드포인트(/)에 디버그 로깅 추가
  • 변경 유형: 기능 추가
  • 관련 이슈: Closes #

테스트 방법

  • 사전 조건/환경:
    • Python 3.8+
    • FastAPI 설치
    • 로깅 레벨 DEBUG로 설정
  • 실행 절차:
    1. 애플리케이션 실행: uvicorn main:app --reload
    2. 브라우저 또는 curl로 루트 엔드포인트 호출: curl http://localhost:8000/
    3. 콘솔 로그 확인
  • 기대 결과:
    • 콘솔에 "main endpoint" 디버그 로그 출력
    • API 응답: {"message": "MES Copilot API is running"}
  • (선택) 스크린샷/로그:
  2025-10-22 14:30:15,123 - __main__ - DEBUG - main endpoint

체크리스트

  • 대상 브랜치 확인: develop / main / hotfix
  • 커밋 메시지 규칙/PR 제목 규칙 준수
  • pre-commit 훅 통과(black, flake8, mypy)
  • 테스트 통과 및 필요한 테스트 추가/수정
  • 문서/주석 업데이트
  • 브레이킹 체인지 없음(있다면 마이그레이션/공지 포함)
  • 리뷰어 지정 및 라벨 설정

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.

2 participants