Diplo Audit Log Viewer allows you to easily view and search the content change and audit data that is stored in tables within your Umbraco site's database.
The Content Audit Logs tree allows you to view, filter, search and paginate through all the umbracoLog table entries. This is the log of all changes to content that is made in Umbraco.
You can filter by:
Where a change affected a content node then the Id of the node is shown along with it's content type (eg. Document, Media, Member) and clicking the Id of the node will take you directly to edit the content. This works for content, members, media, document types, data types etc.
The Audit Trail Logs tree allows you to view, filter, search and paginate through all the umbracoAudit table entries. This is the log of all audit events, such as log-ins, changes of password or where a User changes the actual document types or member types etc.
You can filter by:
For both logs you can order the data by the relevant column by clicking it (clicking it again reverses the order). You can also step through the entries via the pagination controls.
Release Notes
v10 is the first release for Umbraco 10.
v2.x is for Umbraco 8.
Please download v1.0.4 for Umbraco 7.
NuGet
Also available as a NuGet package:
https://www.nuget.org/packages/Diplo.AuditLogViewer/
More Info
Blog Posts: https://www.diplo.co.uk/blog/web-development/diplo-audit-log-viewer-for-umbraco/
https://www.diplo.co.uk/blog/web-development/diplo-audit-log-viewer-for-umbraco-10/
Source Code: https://github.com/DanDiplo/Umbraco.AuditLogViewer