chore: add structured logging with structlog; add request_id middleware; replace std logging

This commit is contained in:
HotSwapp
2025-10-06 22:22:04 -05:00
parent b2d751f555
commit 0637fc2a63
8 changed files with 177 additions and 34 deletions

View File

@@ -7,6 +7,7 @@ WORKDIR /app
# Install system dependencies
RUN apt-get update && apt-get install -y \
gcc \
curl \
&& rm -rf /var/lib/apt/lists/*
# Copy requirements first for better layer caching