-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
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
coloredlogs output is only red in PyCharm #85
Comments
I have the same issue in visual studio code |
In Pycharm, you need to enable |
same issue, however, if you log with ansi color, the message is displaying color correctly
after this, all the logging becomes yellow, it seems like coloredlogs is not printing any effective ANSI escapes at all |
respect isatty parameter to force enable ANSI escape sequence fix issue xolox#85
UPDATE & WORKAROUND |
Hello,
since a few weeks, coloredlogs doesn't display colors properly anymore in the PyCharm console. It did before!
If I run the same code from terminal, everything works fine.
I can see only red text for logging output. print() statements are usually displayed with white font.
Anybody else having this issue?
The text was updated successfully, but these errors were encountered: