Skip to content

Monochrome logging with version 14.0 #81

Open
@Arkangus

Description

When running the following code, the output is:

import logging
import coloredlogs

logger = logging.getLogger(__name__)

coloredlogs.install(level='DEBUG')

logger.debug("debug")
logger.info("info")

With coloredlogs v12.0:
coloredlogsissue1
With coloredlogs v14.0:
coloredlogsissue2

I simply did a python -m pip install coloredlogs==14.0 between the two screenshots. Any idea why I lost the different colors?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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