Merge pull request #4034 from aaronpowell/temp8-4033

Fixing default ProfilingLogger
This commit is contained in:
Stephan
2019-01-11 08:49:43 +01:00
committed by GitHub
+1 -1
View File
@@ -319,7 +319,7 @@ namespace Umbraco.Core.Runtime
/// Gets a profiler.
/// </summary>
protected virtual IProfiler GetProfiler()
=> new LogProfiler(ProfilingLogger);
=> new LogProfiler(Logger);
/// <summary>
/// Gets the application caches.