I am in need to track if a user gets added or removed from a group from designer. I see one post related to this: https://forum.appian.com/suite/tempo/news/entry/e-100503 but it doesn't fulfill my needs 100 %.
I kept looking into the Appian documentation and found there is a log file called authz-audit.log. If set to DEBUG, however, when our Identity Management team adds/removes users using our Manage User application, the foot print of this log files increases dramatically. I tested in DEV by adding a user from a group and I got the two lines below:
2018-08-01 17:38:19.999,ep20215,hybrid-service,com.appiancorp.suiteapi.personalization.GroupService.addMemberUsers,ALLOWED,,"allowedBasedOnTheseRoles=[quick-app-creator, designer]"2018-08-01 17:38:20.0,ep20215,k-service-personalization,com.appiancorp.suiteapi.personalization.GroupService.addMemberUsers,ALLOWED,,"allowedBasedOnTheseRoles=[quick-app-creator, designer]"
This satisfies my needs (in a perfect world, I would also like to know what user got added/removed and the group). However, is there any way to modify the write to the log file so that it only writes when a user gets added/removed from the designer interface and not from an Appian application?
Discussion posts and replies are publicly visible