How to configure console log to recognize error/warn/info lines? Follow
Answered
I'm running Tomcat from IntelliJ. The console incorrectly highlights too much as "error" (red color). I see in IntelliJ's preferences, under Editor > Color Scheme > Console Colors, that you can configure colors for Error, Warning, Info, etc. But where do you configure the patterns it uses to recognize these lines? I don't see it anywhere. I was expecting a list of regular expressions, or something like that, somewhere.
Please sign in to leave a comment.
One of the way to change it is to use Grep Console plugin. See https://www.jetbrains.com/help/idea/managing-plugins.html on how to manage plugins in IntelliJ.