Skip to content

root logger's level is always set to NOTSET #3146

@joelkim

Description

@joelkim

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:

logging.root.setLevel(logging.NOTSET)

Can anybody explain why this level reset is required?
This issue is relevant to issue #2352, #2149, I think.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions