chore: add structured logging with structlog; add request_id middleware; replace std logging
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user