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.

 

0
2 comments

Python makes no distinction between "errors" and "warnings" in this case, this is all error output, so IDE colors it red.

0

When do the log console colors get applied?

0

Please sign in to leave a comment.