Skip to content

Commit

Permalink
add cache_id to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
francesconazzaro committed Jan 17, 2025
1 parent 3e810b4 commit b29b22d
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 @@ -779,6 +779,7 @@ def logger_kwargs(request: SystemRequest) -> dict[str, str]:
if event.event_type == "worker_name"
],
"origin": request.origin,
"cache_id": request.cache_id,
"portal": request.portal,
"entry_point": request.entry_point,
"request_metadata": request.request_metadata,
Expand Down

0 comments on commit b29b22d

Please sign in to comment.