Skip to content

Commit

Permalink
Adding path back into logger statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnets authored Jan 22, 2025
1 parent 83a7871 commit 00c9f7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def set_workspace_acls(client, system_id, path, username, operation, role):
}

if settings.PORTAL_PROJECTS_USE_SET_FACL_JOB:
logger.info(f"Using setfacl job to submit ACL change for project: {system_id}, username: {username}, operation: {operation}, role: {role}")
logger.info(f"Using setfacl job to submit ACL change for project: {system_id}, path: {path}, username: {username}, operation: {operation}, role: {role}")
job_res = submit_workspace_acls_job(client, username, system_id, role, operation)
logger.info(f"Submitted workspace ACL job {job_res.name} with UUID {job_res.uuid}")
return
Expand Down

0 comments on commit 00c9f7b

Please sign in to comment.