Commit 829524a
## What changes are proposed in this pull request?
Downgrade `warn!` to `info!` when `_last_checkpoint` is stale. Since
`_last_checkpoint` is only a hint and may frequently be out of date in a
busy system, logging it as a warning is unnecessary. Clients can still
see the info-level log if needed.
Co-authored-by: Zach Schuermann <zachary.zvs@gmail.com>
1 parent 245c10c commit 829524a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
741 | 741 | | |
742 | 742 | | |
743 | 743 | | |
744 | | - | |
| 744 | + | |
745 | 745 | | |
746 | 746 | | |
747 | 747 | | |
| |||
0 commit comments