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.
请先登录再写评论。
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?