Skip to content

Commit

Permalink
slim down audit job response log
Browse files Browse the repository at this point in the history
  • Loading branch information
rstijerina committed Dec 11, 2024
1 parent 5f34fb7 commit 95a483a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion designsafe/apps/workspace/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ def _submit_job(self, request, body, tapis, username):
"ip": get_client_ip(request),
"info": {
"body": body,
"response": response.__dict__ if response else None,
"uuid": response.uuid if response else None,
},
},
)
Expand Down

0 comments on commit 95a483a

Please sign in to comment.