Skip to content

Commit

Permalink
View: Add logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Puerto committed Feb 16, 2024
1 parent 6bf65b4 commit c400293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/user_workspaces_server/views/workspace_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def put(self, request, workspace_id, put_type=None):

workspace.save()

logger.info(workspace.workspace_details)
async_task("user_workspaces_server.tasks.update_workspace", workspace.pk)

return JsonResponse({"message": "Update successful.", "success": True})
Expand Down

0 comments on commit c400293

Please sign in to comment.