Fixing 4033 by using the right Logger instance
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user