Shakthi1
14-12-2020
On the AEM logs does the moving of tags gets logged.I find "moving tag from" but not the user who moved the tag.The access log does has the user id but not the user action.
Is there a way to find this .Please advsie.
Thanks.
KiranVedantam1992
Whenever a tag is moved, a request will happen to
URL:: http://localhost:4502/libs/cq/tagging/gui/content/tags/movetag.html/originalTagPath.
You can use the above URL and check in the access.log to find the user who performed the action.
Thanks,
Kiran Vedantam.