Skip to content

Commit

Permalink
chore: add debug code
Browse files Browse the repository at this point in the history
Signed-off-by: ImMin5 <[email protected]>
  • Loading branch information
ImMin5 committed Apr 24, 2024
1 parent cf53eed commit 650783e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spaceone/identity/service/job_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ def _create_workspace(
params.update({"references": workspace_vo.references + [reference_id]})

params.update({"last_synced_at": datetime.utcnow()})
_LOGGER.debug(f"[_create_workspace] update workspace: {params}")
workspace_vo = self.workspace_mgr.update_workspace_by_vo(
params, workspace_vo
)
Expand Down

0 comments on commit 650783e

Please sign in to comment.