Open
Description
openedon Sep 2, 2024
The disk-usage-based-eviction code logs almost everything it does at WARN level.
That made sense in the past but nowadays we run with OnlyImitiate
, so, disk-usage-based eviction is the norm.
Demote it to INFO level, except if we fail to drive usage below the target.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment