Distinguish Console Color between warning and error
Is it possible to distinguish between Console Errors and Console Warnings in Pycharm? I just spent an hour trying to debug something that wasn't a problem because it was in the same red as when I get a failure that made me think it hadn't succeeded.
When I look in the settings, all I see is Error output.
Please sign in to leave a comment.
Python makes no distinction between "errors" and "warnings" in this case, this is all error output, so IDE colors it red.
When do the log console colors get applied?