-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate and flip -legacy-read-mode to false by default #11665
Deprecate and flip -legacy-read-mode to false by default #11665
Conversation
@salvacorts Should we have a changelog entry for this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks!
oh, probably a good call on the changelog (and the upgrading guide) |
@trevorwhitney @MichelHollands, thanks for the heads up! I updated the changelog, upgrade guide, and the deprecated config checker. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
**What this PR does / why we need it**: This PR addresses a pending TODO to flip the value of the `-legacy-read-mode` to false by default. We also deprecate it as we plan to remove it after Loki 3.0.
What this PR does / why we need it:
This PR addresses a pending TODO to flip the value of the
-legacy-read-mode
to false by default. We also deprecate it as we plan to remove it after Loki 3.0.