Merge branch 'dev-v7' into 7.3.0
Conflicts: src/Umbraco.Core/ApplicationContext.cs src/Umbraco.Core/Logging/LogHelper.cs src/Umbraco.Web.UI.Client/src/less/login.less src/Umbraco.Web/Scheduling/BackgroundTaskRunner.cs
This commit is contained in:
@@ -535,7 +535,7 @@ namespace Umbraco.Web.Scheduling
|
||||
// processing, call the UnregisterObject method, and then return or it can return immediately and complete
|
||||
// processing asynchronously before calling the UnregisterObject method.
|
||||
|
||||
_logger.Debug<BackgroundTaskRunner<T>>("Shutting down, waiting for tasks to complete.");
|
||||
_logger.Info<BackgroundTaskRunner<T>>("Shutting down, waiting for tasks to complete.");
|
||||
Shutdown(false, false); // do not accept any more tasks, flush the queue, do not wait
|
||||
|
||||
lock (_locker)
|
||||
|
||||
Reference in New Issue
Block a user