[WEB-3927] chore: add logging to support json logging (#6955)

* chore: update logging to json based logging

* chore: add logging to file
This commit is contained in:
Nikhil 2025-04-22 17:41:58 +05:30 committed by GitHub
parent 280aa7f671
commit 833b82e247
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 94 additions and 44 deletions

View file

@ -58,7 +58,7 @@ MIDDLEWARE = [
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"crum.CurrentRequestUserMiddleware",
"django.middleware.gzip.GZipMiddleware",
"plane.middleware.api_log_middleware.APITokenLogMiddleware",
"plane.middleware.logger.APITokenLogMiddleware",
"plane.middleware.logger.RequestLoggerMiddleware",
]