Disable Sending System Info log spam

This commit is contained in:
Loporrit
2023-09-01 19:13:16 +00:00
parent d871002d01
commit cb8578859b

View File

@@ -61,7 +61,7 @@ public class SystemInfoService : IHostedService, IDisposable
if (_config.IsMain) if (_config.IsMain)
{ {
_logger.LogInformation("Sending System Info, Online Users: {onlineUsers}", onlineUsers); _logger.LogTrace("Sending System Info, Online Users: {onlineUsers}", onlineUsers);
_hubContext.Clients.All.Client_UpdateSystemInfo(SystemInfoDto); _hubContext.Clients.All.Client_UpdateSystemInfo(SystemInfoDto);