Degrade ForceKeepAlive logs to debug

This commit is contained in:
Shadowghost
2026-08-03 21:30:22 +02:00
parent e3664a9561
commit 40601523e7
@@ -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)