From 87a56d0f6c18be30fdd453c329d02a35ef92bcd2 Mon Sep 17 00:00:00 2001 From: thug0bin Date: Fri, 27 Feb 2026 16:02:22 +0900 Subject: [PATCH] =?UTF-8?q?debug:=20=EC=97=90=EB=9F=AC=20=EB=A1=9C?= =?UTF-8?q?=EA=B9=85=20=EA=B0=95=ED=99=94=20(traceback=20=ED=8F=AC?= =?UTF-8?q?=ED=95=A8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/app.py b/backend/app.py index f78fdc6..49dad10 100644 --- a/backend/app.py +++ b/backend/app.py @@ -3108,7 +3108,8 @@ def api_member_history(phone): } for i in interests] except Exception as e: - logging.warning(f"마일리지 조회 실패: {e}") + import traceback + logging.error(f"마일리지 조회 실패: {e}\n{traceback.format_exc()}") finally: # SQLite 연결 닫기 if sqlite_conn: