This commit is contained in:
Slipstream 2025-05-03 15:04:59 -06:00
parent 30f6d93d89
commit 63a71c62bd
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -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}")