Commit 048c7d8
Remove redundant lost-and-found warning log (#6527)
* Remove redundant lost-and-found warning log
The warning "Failed to send delta to lost and found for client" was
duplicative — emit_lost_and_found already logs the underlying cause
(either "Redis token owner not found" or "Redis error publishing
lost and found delta") for both failure modes. The extra warning
wasn't actionable and confused users.
* Remove redundant Redis token owner not found warning
This warning fired whenever a token wasn't registered in Redis, which
can happen normally (e.g. expired tokens). It wasn't actionable and
confused users.
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent fbd85e3 commit 048c7d8
2 files changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1593 | 1593 | | |
1594 | 1594 | | |
1595 | 1595 | | |
1596 | | - | |
1597 | | - | |
1598 | | - | |
1599 | | - | |
| 1596 | + | |
1600 | 1597 | | |
1601 | 1598 | | |
1602 | 1599 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
432 | 431 | | |
433 | 432 | | |
434 | 433 | | |
| |||
0 commit comments