You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(forward): log per-connection accept/connect at debug
"new client connected" and "connected to port" fire once per forwarded
connection. On workloads that cycle many short-lived connections they
flood the logs at info level with routine lifecycle events. Downgrade
both to debug, matching the teardown logging.
0 commit comments