-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
repo: Prevent repo from setting log level #3321
repo: Prevent repo from setting log level #3321
Conversation
Merging base repo
Hi @gauravr ! Thanks for the PR! 🙏 We've merged a config refactor just a hour ago and it means that you will need to rebase your PR to solve conflicts. Could you please do that? The PR itself looks great! |
Hello @efiop ! I have resolved conflicts. Thank you. |
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.
Thanks! Need to also remove https://github.com/iterative/dvc/blob/master/dvc/config.py#L108 .
@efiop thank you for pointing that out. Removed loglevel schema. |
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.
Thanks @gauravr ! 🙏
`core.loglevel` was removed from the available config options in iterative/dvc#3321. This PR updates the documentation to remove any references to the deprecated configuration setting.
Have you followed the guidelines in the Contributing to DVC list?
Check this box if this PR does not require documentation updates, or if it does and you have created a separate PR in dvc.org with such updates (or at least opened an issue about it in that repo). Please link below to your PR (or issue) in the dvc.org repo.
Have you checked DeepSource, CodeClimate, and other sanity checks below? We consider their findings recommendatory and don't expect everything to be addressed. Please review them carefully and fix those that actually improve code or fix bugs.
Fixes: #1952