Disable Sending System Info log spam
This commit is contained in:
@@ -61,7 +61,7 @@ public class SystemInfoService : IHostedService, IDisposable
|
||||
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user