Commit b136653
authored
Downgrade non-IO connection closed log from info to debug (#4441)
When unmeshed clients (such as cloud provider health probes) connect to
the inbound proxy, the connection is refused because it lacks mTLS. This
produces a 'Connection closed' log at INFO level with the error
'direct connections must be mutually authenticated'. In environments
like AKS/EKS multicluster gateways, load balancer TCP health probes
trigger this message at high frequency, flooding logs and obscuring
actionable errors.
Downgrade this catch-all error log from info! to debug! so that these
expected, non-actionable connection closures no longer spam production
logs while remaining available when debug-level logging is enabled.
Fixes linkerd/linkerd2#10203
Signed-off-by: rohansood10 <rohansood10@users.noreply.github.com>
Co-authored-by: rohansood10 <rohansood10@users.noreply.github.com>1 parent 798f26f commit b136653
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments