Improve httpRequest
structured log entry
#25
Labels
feature
A new feature of the app
good first issue
A good first issue for new or junior developers
help wanted
Applied by the assigned developer if they need help
Feature request
Use Case
Basic httpRequest information is added to the GoogleStructuredLogHandler. However, this data could be much richer, as many fields are missing.
Current state
Inspecting the
record.request
object in the test server gives me a socket connection, not an HTTPRequest object. I don't know why; there's no ASGI server set up or anything and the same happens in debug and production mode. If anyone cares to:django.server
, ordjango.server
with specific middleware to log detailed request information,Especially if at the same time you:
... then PRs are most welcome!
The text was updated successfully, but these errors were encountered: