Skip to content

Add option to turn off colors for loggerΒ #82

@mnmkng

Description

@mnmkng

Some users with themed terminals are seeing invisible characters, we should allow the option to turn colors off.

Important!

The option needs to work for all child loggers, by setting it on the parent logger. E.g. when in SDK

const { log } = Apify.utils;
log.disableColors();

All existing log instances everywhere in the SDK, that were created of children of this parent instance, must also have their colors turned off.

Metadata

Metadata

Assignees

No one assigned

    Labels

    t-toolingIssues with this label are in the ownership of the tooling team.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions