Nginx configuration logs structured (JSON) and unstructured output for every event #2245
Labels
🤖 aspect: dx
Concerns developers' experience with the codebase
✨ goal: improvement
Improvement to an existing user-facing feature
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: api
Related to the Django API
Description
The API's Nginx configuration logs both structured and unstructured log lines. This means every log line is effectively duplicated, costing us double and making querying slightly more complex.
Fix
Unless we read the Nginx logs by hand (i.e., we aren't querying them via Logs Insights), then we can do away with the unstructured logs and only logs the JSON logs.
The text was updated successfully, but these errors were encountered: