Skip to content

do not works with setting explicit logger #24

Closed
@vitaly-zdanevich

Description

This works on the app with few lines of codes:
coloredlogs.install(logger=logger, level=logging.DEBUG, fmt=fmt_term, datefmt=datefmt)
but at my big app setting explicit logger looks like disabling coloring at all;

this color my logs - but for all libraries - that I do not need:
coloredlogs.install(fmt=fmt_term, datefmt=datefmt)

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