Skip to content

Commit

Permalink
Merge pull request #40 from w6d-io/develop
Browse files Browse the repository at this point in the history
[ADD] more logs
  • Loading branch information
nhaquet-w6d authored Nov 15, 2023
2 parents 31c1bfe + af54cad commit ac99df1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controller/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ pub async fn sync(
info!("new project list: {json}");
let users = extract_sync_id(&mut identity, request_id, "user", &config).await?;
for user in users {
info!("patching user: {user}.");
send_to_iam(&config, &user, &id, &json, request_id, "group").await?;
}
}
Expand Down

0 comments on commit ac99df1

Please sign in to comment.