We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
FYI colors can be (globally) disabled via FORCE_COLOR=0 env var.
FORCE_COLOR=0
Sorry, something went wrong.
Hmm, interesting. cc @Jeromearsene, the creator of the original issue.
No branches or pull requests
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
All existing log instances everywhere in the SDK, that were created of children of this parent instance, must also have their colors turned off.
The text was updated successfully, but these errors were encountered: