mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 00:33:37 +08:00
chore: add some debug log
This commit is contained in:
parent
75b1706724
commit
691cdf654c
@ -916,6 +916,7 @@ class RBACService:
|
||||
policy_id: str,
|
||||
payload: ReplaceBindings,
|
||||
) -> AccessMatrixItem:
|
||||
logger.info(f"replace app bindings {policy_id} {payload}")
|
||||
data = _inner_call(
|
||||
"PUT",
|
||||
f"{_INNER_PREFIX}/workspace/apps/access-policy/bindings",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user