Merge pull request #17528 from Shadowghost/websocket-logs-debug

Degrade ForceKeepAlive logs to debug
This commit is contained in:
Cody Robibero
2026-08-04 17:58:09 -04:00
committed by GitHub
@@ -223,7 +223,7 @@ namespace Emby.Server.Implementations.Session
if (inactive.Count > 0)
{
_logger.LogInformation("Sending ForceKeepAlive message to {0} inactive WebSockets.", inactive.Count);
_logger.LogDebug("Sending ForceKeepAlive message to {0} inactive WebSockets.", inactive.Count);
}
foreach (var webSocket in inactive)