Lower packet/frame logs to trace and player with closed connection (#527)

This commit is contained in:
Geoff Bourne
2026-05-12 07:43:18 -05:00
committed by GitHub
parent bec968b354
commit 3b493e9047
3 changed files with 7 additions and 3 deletions
+1
View File
@@ -526,6 +526,7 @@ func (c *Connector) cleanupBackendConnection(clientAddr net.Addr, serverAddress
logrus.
WithField("client", clientAddr).
WithField("backendHostPort", backendHostPort).
WithField("player", playerInfo).
WithField("connectionCount", c.activeConnections.GetCount(backendHostPort)).
Info("Closed connection to backend")
if checkScaleDown && c.scaleActiveConnections.GetCount(scalingTarget) <= 0 {