diff --git a/src/Umbraco.Web/Scheduling/Scheduler.cs b/src/Umbraco.Web/Scheduling/Scheduler.cs index a00f7b14f8..a23f942f76 100644 --- a/src/Umbraco.Web/Scheduling/Scheduler.cs +++ b/src/Umbraco.Web/Scheduling/Scheduler.cs @@ -29,6 +29,8 @@ namespace Umbraco.Web.Scheduling if (umbracoApplication.Context == null) return; + LogHelper.Debug(() => "Initializing the scheduler"); + // time to setup the tasks // these are the legacy tasks