From 63a71c62bdae9d9ac0c2c6c79ebc8cf0ad7c9e9a Mon Sep 17 00:00:00 2001 From: Slipstream Date: Sat, 3 May 2025 15:04:59 -0600 Subject: [PATCH] aa --- run_unified_api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_unified_api.py b/run_unified_api.py index 6af51bd..4ae8a2f 100644 --- a/run_unified_api.py +++ b/run_unified_api.py @@ -32,7 +32,7 @@ def run_unified_api(): "api_server:app", host=api_host, port=api_port, - log_level="info", + log_level="debug", # Increase log level ssl_certfile=ssl_cert, ssl_keyfile=ssl_key ) @@ -42,7 +42,7 @@ def run_unified_api(): "api_server:app", host=api_host, port=api_port, - log_level="info" + log_level="debug" # Increase log level ) except Exception as e: print(f"Error starting unified API service: {e}")