guideCity/backend/app
vrubelroman be67902b45 Add structured logging throughout the backend
Request-level logging middleware (method/path/status/duration),
per-module loggers in routes/services (nearby search radius
expansion, 404s, name search), LOG_LEVEL setting wired through
docker-compose, and seed_loader converted from print() to logging.

Verified: pytest passes, and manually confirmed log lines appear for
both successful and 404 requests via `docker compose logs api`.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-09 20:10:10 +00:00
..
api Add structured logging throughout the backend 2026-07-09 20:10:10 +00:00
core Add structured logging throughout the backend 2026-07-09 20:10:10 +00:00
db Add FastAPI backend with PostGIS-backed nearby search 2026-07-09 18:31:29 +00:00
models Add researched Moscow seed content (22 places, RU/EN, 3 lengths) 2026-07-09 18:41:16 +00:00
schemas Add FastAPI backend with PostGIS-backed nearby search 2026-07-09 18:31:29 +00:00
services Add structured logging throughout the backend 2026-07-09 20:10:10 +00:00
__init__.py Add FastAPI backend with PostGIS-backed nearby search 2026-07-09 18:31:29 +00:00
config.py Add structured logging throughout the backend 2026-07-09 20:10:10 +00:00
main.py Add structured logging throughout the backend 2026-07-09 20:10:10 +00:00