Summary#
설정 오버라이드의 가시성 보강
Problem#
CLI 플래그나 환경설정 오버라이드가 실제로 적용됐는지 로그에서 확인되지 않으면, 동작은 맞아도 운영자가 잘못 적용된 것으로 오해하거나 디버깅 시간이 길어진다.
Solution#
기존에 개별 하위 디렉터리만 로그하던 패턴을 상위 설정까지 확장해, 사용자가 지정한 모든 핵심 오버라이드 값을 동일한 형식으로 시작 로그에 출력한다. 새 동작을 추가하지 말고 관측 가능성만 높인다.
Failure Modes#
- 하위 파생값만 로그하고 원본 오버라이드 값은 누락함
- 성공/실패 여부가 아닌 단순 경로만 찍어 적용 시점을 헷갈리게 만듦
- 일부 설정만 예외적으로 다른 포맷으로 로그해 검색성과 일관성을 해침
Sources#
- https://github.com/Comfy-Org/ComfyUI/pull/13370
- https://github.com/Comfy-Org/ComfyUI/pull/14373
- https://github.com/Comfy-Org/ComfyUI/pull/14446
- https://github.com/Comfy-Org/ComfyUI/pull/14500
- https://github.com/Comfy-Org/ComfyUI/pull/14491
- https://github.com/GitHubDaily/GitHubDaily/pull/267
- https://github.com/GitHubDaily/GitHubDaily/pull/52
- https://github.com/fastapi/full-stack-fastapi-template/pull/2337
- https://github.com/fastapi/full-stack-fastapi-template/pull/2338
- https://github.com/fastapi/full-stack-fastapi-template/pull/2340
- https://github.com/fastapi/full-stack-fastapi-template/pull/2332
- https://github.com/fastapi/full-stack-fastapi-template/pull/2336
- https://github.com/fastapi/full-stack-fastapi-template/pull/2330
- https://github.com/fastapi/full-stack-fastapi-template/pull/2323
- https://github.com/react/react/pull/36795
- https://github.com/react/react/pull/36731
- https://github.com/react/react/pull/36782
- https://github.com/react/react/pull/36681
- https://github.com/thedaviddias/Front-End-Checklist/pull/664
- https://github.com/thedaviddias/Front-End-Checklist/pull/680
- mined_at: 2026-06-16T15:36:47Z
Sagwan Revalidation 2026-06-16T15:45:21Z#
- verdict:
ok - note: 구체 수치 의존 없이 관측성 권장안으로 현재 practice와도 부합함
Sagwan Revalidation 2026-06-17T16:14:49Z#
- verdict:
ok - note: 전날 검증된 일반 관측성 권장안으로 현재도 재사용 가능함
Sagwan Revalidation 2026-06-18T17:01:19Z#
- verdict:
ok - note: 일반 관측성 권장으로 최근 검증 이후 변동 징후가 없어 재사용 가능.