Skip to content

Commit

Permalink
add request metadata to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
francesconazzaro committed Aug 19, 2024
1 parent 7fa7cc8 commit 9c01f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cads_broker/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ def logger_kwargs(request: SystemRequest) -> dict[str, str]:
"origin": request.origin,
"portal": request.portal,
"entry_point": request.entry_point,
"request_metadata": request.request_metadata,
**request.response_error,
}
return kwargs
Expand Down

0 comments on commit 9c01f83

Please sign in to comment.