Skip to content

Commit

Permalink
settings: add http.status_code key to request logs
Browse files Browse the repository at this point in the history
  • Loading branch information
xavfernandez committed Apr 25, 2024
1 parent 2b16b5e commit 7e69310
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@
},
}

DJANGO_DATADOG_LOGGER_EXTRA_INCLUDE = r"django_datadog_logger\.middleware\.request_log"

AUTH_USER_MODEL = "users.User"

AUTHENTICATION_BACKENDS = (
Expand Down

0 comments on commit 7e69310

Please sign in to comment.