-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
refactor: Improve incorrect deprecation log message for auth adapter #8347
refactor: Improve incorrect deprecation log message for auth adapter #8347
Conversation
Thanks for opening this pull request!
|
Codecov ReportBase: 94.24% // Head: 94.25% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## alpha #8347 +/- ##
==========================================
+ Coverage 94.24% 94.25% +0.01%
==========================================
Files 180 180
Lines 13977 13977
==========================================
+ Hits 13172 13174 +2
+ Misses 805 803 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
🎉 This change has been released in version 6.0.0-alpha.13 |
🎉 This change has been released in version 6.0.0-beta.1 |
🎉 This change has been released in version 6.0.0 |
New Pull Request Checklist
Issue Description
PR #7953 introduced an incorrect / unclear deprecation message that logs:
The log message should be improved. I think what the message intends to say is that the auth adapter is not enabled but a future version will require to explicitly enable it for it to work.
Closes: #n/a
Approach
Improve log message.
TODOs before merging
n/a