Privacy
Evidence boundary
This page describes tested application behavior from scanned frontend paths and api/test_logging.py.
Application analytics
The scanned frontend paths contain no analytics or telemetry integration.
API request logging
Structured API request logs tested in api/test_logging.py include method, path, status, request ID, and duration.
The recorded path omits query-string values.
Error handling
Unhandled API errors tested in api/test_logging.py return Internal Server Error as generic 500 response bodies.
Structured log records omit exception messages, tracebacks, stack traces, and exc_info.