feat: implement better logging using structlog

This commit is contained in:
ramvignesh-b
2026-04-26 13:05:50 +05:30
parent 97e4d0be98
commit 2896c60c5f
6 changed files with 191 additions and 9 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ RUN uv sync --frozen --no-dev
COPY . .
RUN uv run manage.py migrate
RUN mkdir -p logs
RUN mkdir -p /app/logs
EXPOSE 8000