mirror of
https://github.com/langgenius/dify.git
synced 2026-05-14 01:00:18 -04:00
chore: add some debug log
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user