diff --git a/src/Umbraco.Web/Editors/LogViewerController.cs b/src/Umbraco.Web/Editors/LogViewerController.cs index 9bdf305946..625c4524bb 100644 --- a/src/Umbraco.Web/Editors/LogViewerController.cs +++ b/src/Umbraco.Web/Editors/LogViewerController.cs @@ -14,7 +14,7 @@ namespace Umbraco.Web.Editors /// Backoffice controller supporting the dashboard for viewing logs with some simple graphs & filtering /// [PluginController("UmbracoApi")] - //[UmbracoApplicationAuthorize(Core.Constants.Applications.Settings)] + [UmbracoApplicationAuthorize(Core.Constants.Applications.Settings)] public class LogViewerController : UmbracoAuthorizedJsonController { private readonly ILogViewer _logViewer;