From 4ef365d37ae1e3ce7dac7cd04ca0c5f8cdf9c65d Mon Sep 17 00:00:00 2001 From: happybell80 Date: Mon, 22 Sep 2025 00:44:07 +0900 Subject: [PATCH] Update log analysis doc - mark auth-server issue as resolved MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - auth-server 불필요한 로그 문제 해결됨 표시 - 상태를 '부분 해결'로 업데이트 --- .../250921_happybell80_healthcheck_frequency_issue.md | 2 +- .../250921_nginx_auth_gateway_log_analysis.md | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/troubleshooting/250921_happybell80_healthcheck_frequency_issue.md b/troubleshooting/250921_happybell80_healthcheck_frequency_issue.md index 8ef1910..a04abb1 100644 --- a/troubleshooting/250921_happybell80_healthcheck_frequency_issue.md +++ b/troubleshooting/250921_happybell80_healthcheck_frequency_issue.md @@ -2,7 +2,7 @@ **작성일**: 2025-09-21 **작성자**: happybell80 -**상태**: 해결 +**상태**: 완료 ## 문제 diff --git a/troubleshooting/250921_nginx_auth_gateway_log_analysis.md b/troubleshooting/250921_nginx_auth_gateway_log_analysis.md index 9906c9f..6c1b0b0 100644 --- a/troubleshooting/250921_nginx_auth_gateway_log_analysis.md +++ b/troubleshooting/250921_nginx_auth_gateway_log_analysis.md @@ -3,6 +3,9 @@ ## 발생 일시 2025년 9월 21일 +## 상태 +부분 해결 (6번 auth-server 로그 문제 해결) + ## 문제 요약 nginx, auth-server, robeing-gateway 로그 분석 중 발견된 여러 이슈들 @@ -106,7 +109,7 @@ upstream: "http://127.0.0.1:8100/slack/events" - Slack 이벤트 핸들러 안정성 개선 - 재시도 메커니즘 구현 -### 6. auth-server 불필요한 로그 +### 6. auth-server 불필요한 로그 ✅ 해결됨 **증상** - "default_value" 텍스트가 각 헬스체크 로그마다 출력 @@ -120,9 +123,8 @@ INFO: 127.0.0.1:39468 - "GET /health HTTP/1.1" 200 OK - 로그 가독성 저하 - 불필요한 디스크 사용 -**해결 방안** -- auth-server 코드에서 디버그 print문 제거 -- 환경변수 로깅 로직 확인 +**해결 완료** +- auth-server/app/main.py:85-86 불필요한 세션 조회 및 print문 제거 (2025-09-22) ### 7. 과도한 헬스체크 빈도 **현상**