-
Notifications
You must be signed in to change notification settings - Fork 103
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
Configurable log level #500
Conversation
Hi Roy thanks for this PR. It looks to me that instead of introducing I also see that
|
Yes, it was intended to deprecate |
I also noticed |
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.
Please exclude docs/settings.py
from the PR (I've included suggestions in the review for your convenience) as the DEBUG there is for an unrelated purpose that I believe is, in any case, no longer being used.
That's a very good point. I don't think there's anything Django specific there as docs are handled by Sphinx but I'll wait for @attzonko's input on it. At birds-eye it looks like some of those files are leftovers from the past and should be removed. PS: once the above changes are included, I would say is ready to merge. Thank you for this contribution. |
Yeah I have not really poked in the |
Seems like black is still failing on code style. |
Backwards-compatible. Closes #498.
Adjusted using the playground. I think it's slightly less readable, myself, but Black did not like a line length. |
Code Climate has analyzed commit bc807f1 and detected 0 issues on this pull request. View more on Code Climate. |
Merging. There was an integration test failure but I think it was unrelated to the changes. |
Backwards-compatible, and only takes precedence over the fallback value.
Closes #498.
This code is untested but also a pretty minor change. I'm happy to modify it.