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
+3
View File
@@ -11,6 +11,7 @@ dependencies = [
"django-cors-headers>=4.9.0",
"django-environ>=0.13.0",
"django-extensions>=4.1",
"django-structlog>=10.0.0",
"djangorestframework>=3.17.1",
"djangorestframework-simplejwt>=5.5.1",
"djangorestframework-stubs>=3.16.9",
@@ -18,7 +19,9 @@ dependencies = [
"gunicorn>=25.3.0",
"psycopg2-binary>=2.9.11",
"pyopenssl>=26.0.0",
"rich>=15.0.0",
"ruff>=0.15.9",
"structlog>=25.5.0",
"werkzeug>=3.1.8",
]