[Fix] Production 환경 로그 누락 및 DB 마이그레이션 미적용 수정 #277
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SPMS/SPMS_API#277
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
설명
Production 환경에서 발생하는 두 가지 인프라 버그를 수정합니다.
문제 1: docker logs에 아무것도 출력되지 않음
appsettings.json의 SerilogWriteTo에 Console 싱크가 누락되어 docker logs로 로그를 볼 수 없었음문제 2: 앱 시작 시 DB 마이그레이션 미자동 적용
Program.cs에MigrateAsync호출이 없어 배포 후 신규 테이블/컬럼이 생성되지 않았음체크리스트