Expand my Community achievements bar.

Join expert-led, customer-led sessions on Adobe Experience Manager Assets on August 20th at our Skill Exchange.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

tag move log

Avatar

Level 4

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.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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.