Template registry logs | Community
Skip to main content
June 16, 2023
Solved

Template registry logs

  • June 16, 2023
  • 3 replies
  • 756 views

Hi all there,

Please, need to know if is there any log reflecting who and when modified a template. Thanks.

 

Have a nice day

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sady_Rifat

In history.log file, there put some entries about the page and page-specific components also.

 

VIEW user-name [/content/my-project/master/en/home] [cq:Page] EDIT user-name [/content/my-project/master/en/home] [cq:Page]

 

This log file contains the information about which action is performed on the content.

It contains high-level logs about the actions performed by editors (actions can be edit, view, delete etc).This log is probably only relevant on author instances.

Each line contains the following information:

  • TimeStamp
  • Action
  • User
  • Content path
  • Content type(cq:page, dam:asset) 

Know about other log files: http://www.sgaemsolutions.com/2017/04/aem-logs-in-detail-part-1.html 

3 replies

Sady_Rifat
Community Advisor
Sady_RifatCommunity AdvisorAccepted solution
Community Advisor
June 16, 2023

In history.log file, there put some entries about the page and page-specific components also.

 

VIEW user-name [/content/my-project/master/en/home] [cq:Page] EDIT user-name [/content/my-project/master/en/home] [cq:Page]

 

This log file contains the information about which action is performed on the content.

It contains high-level logs about the actions performed by editors (actions can be edit, view, delete etc).This log is probably only relevant on author instances.

Each line contains the following information:

  • TimeStamp
  • Action
  • User
  • Content path
  • Content type(cq:page, dam:asset) 

Know about other log files: http://www.sgaemsolutions.com/2017/04/aem-logs-in-detail-part-1.html 

aanchal-sikka
Community Advisor
Community Advisor
June 16, 2023

Hello @mehmeh 

 

If the audit logs are enabled, you can view the events under:

 

/var/audit/com.day.cq.wcm.core.page/conf/<sitename>/settings/wcm/templates/adventure-page-template/d4530650-6483-4683-bf2d-7be3bdad313f

 

 

Aanchal Sikka
mehmehAuthor
June 20, 2023

Hi all there,

 

Thanks, friends. Solved 🙂

 

Have a nice day