Skip to content

Commit

Permalink
add log messeage on create IMSUser
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-coding committed Dec 4, 2024
1 parent a418a3d commit ef84d08
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ class GithubDataService(
return foundImsUser
}
}
logger.info("Creating new IMSUser: $userData, $databaseId, $encodedAccountId, $encodedUserId, $username")
val ims = neoOperations.findById<IMS>(imsProject.ims().value.rawId!!)!!
val imsUser = IMSUser(
userData?.asUser()?.name ?: username,
Expand Down

0 comments on commit ef84d08

Please sign in to comment.