Fixing 4033 by using the right Logger instance

This commit is contained in:
Aaron Powell
2019-01-11 14:35:24 +11:00
parent 2bc63b9700
commit a5630a3448

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.