From a5630a34480cd938f95ae992ec94bcb0b02b2547 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Fri, 11 Jan 2019 14:35:24 +1100 Subject: [PATCH] Fixing 4033 by using the right Logger instance --- src/Umbraco.Core/Runtime/CoreRuntime.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Core/Runtime/CoreRuntime.cs b/src/Umbraco.Core/Runtime/CoreRuntime.cs index 5d2359d04c..cb6a1cb031 100644 --- a/src/Umbraco.Core/Runtime/CoreRuntime.cs +++ b/src/Umbraco.Core/Runtime/CoreRuntime.cs @@ -319,7 +319,7 @@ namespace Umbraco.Core.Runtime /// Gets a profiler. /// protected virtual IProfiler GetProfiler() - => new LogProfiler(ProfilingLogger); + => new LogProfiler(Logger); /// /// Gets the application caches.