This commit is contained in:
Archangel
2025-10-10 16:14:23 +02:00
parent c372418165
commit 699a4dfafe
@@ -1,5 +1,4 @@
using System.Collections.Concurrent; using System.Collections.Concurrent;
using Microsoft.Extensions.Logging;
using SPTarkov.DI.Annotations; using SPTarkov.DI.Annotations;
namespace SPTarkov.Server.Core.Utils.Logger; namespace SPTarkov.Server.Core.Utils.Logger;
@@ -34,7 +33,7 @@ public class SptLoggerQueueManager(IEnumerable<ILogHandler> logHandlers)
private void LoggerWorkerThread() private void LoggerWorkerThread()
{ {
while (!_loggerCancellationTokens.Token.IsCancellationRequested) while (!_loggerCancellationTokens.IsCancellationRequested)
{ {
try try
{ {