From 206e63944e23d24d09bdd9e43e6e7a1edab8e2cb Mon Sep 17 00:00:00 2001 From: Smittix Date: Fri, 30 Jan 2026 15:50:05 +0000 Subject: [PATCH] fix: Reduce Open Notify API failure log level to debug The Open Notify API is unreliable and has a fallback. Changed from warning to debug to match satellite.py and reduce log noise. Co-Authored-By: Claude Opus 4.5 --- routes/sstv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/sstv.py b/routes/sstv.py index 40e000d..6b4f0e3 100644 --- a/routes/sstv.py +++ b/routes/sstv.py @@ -404,7 +404,7 @@ def iss_position(): return jsonify(result) except Exception as e: - logger.warning(f"Open Notify API failed: {e}") + logger.debug(f"Open Notify API failed: {e}") # Try fallback API: Where The ISS At try: