Made logging from information to warning

This commit is contained in:
CakeAndBanana
2025-10-20 15:43:29 +02:00
parent b142329d09
commit 8d82365d0e
2 changed files with 3 additions and 8 deletions

View File

@@ -16,7 +16,6 @@ using Microsoft.AspNetCore.SignalR;
using Microsoft.EntityFrameworkCore;
using StackExchange.Redis.Extensions.Core.Abstractions;
using System.Collections.Concurrent;
using System.Threading;
namespace LightlessSyncServer.Hubs;