Skip to content

why is the logging level set to info for root logger? #262

@modernNeo

Description

@modernNeo

I am wondering why, in the getmail command, you have set the root logger's config level to INFO instead of setting the config level for getmail to INFO like this logger.setLevel(level=logging.INFO)

logger = logging.getLogger(__name__)
logging.basicConfig(level=logging.INFO)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions