diff --git a/sync-github/src/main/kotlin/gropius/sync/github/GithubDataService.kt b/sync-github/src/main/kotlin/gropius/sync/github/GithubDataService.kt index 9144a5d0..079c5092 100644 --- a/sync-github/src/main/kotlin/gropius/sync/github/GithubDataService.kt +++ b/sync-github/src/main/kotlin/gropius/sync/github/GithubDataService.kt @@ -134,6 +134,7 @@ class GithubDataService( return foundImsUser } } + logger.info("Creating new IMSUser: $userData, $databaseId, $encodedAccountId, $encodedUserId, $username") val ims = neoOperations.findById(imsProject.ims().value.rawId!!)!! val imsUser = IMSUser( userData?.asUser()?.name ?: username,