Cleanup
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user