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
Currently, the log level of a root logger is always automatically re-set to NOTSET level in install_scrapy_root_handler function call if I add handlers to root logger:
install_scrapy_root_handler
scrapy/scrapy/utils/log.py
Line 110 in 108f8c4
Can anybody explain why this level reset is required? This issue is relevant to issue #2352, #2149, I think.
The text was updated successfully, but these errors were encountered:
@joelkim please see my answer in #2149. I believe this issue can be closed as a clone of that.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Currently, the log level of a root logger is always automatically re-set to NOTSET level in
install_scrapy_root_handler
function call if I add handlers to root logger:scrapy/scrapy/utils/log.py
Line 110 in 108f8c4
Can anybody explain why this level reset is required?
This issue is relevant to issue #2352, #2149, I think.
The text was updated successfully, but these errors were encountered: