How to filter a log level in the Run/Debug console ?
已回答
Hi.
I use Intellij Idea 15.0.6 Ultimate. When I run tests, I have a lot of Spring/Hibernate/Thymeleaf logs with Debug and Info level.

I want to only display Warning and Error logs.
When I start a server, I have a log tab (https://www.jetbrains.com/help/idea/2016.1/logs-tab.html) but it doesn't appear when I run a test.
I did not find anything in the Settings nor in the documentation.
How can I do this ?
请先登录再写评论。
Please vote for https://youtrack.jetbrains.com/issue/IDEA-66268.
Any idea how log level can be changed? After upgrading to Intelij Ultimate 2017.02 I've started to see DEBUG logs for Spring/Hibernate when running unit tests.
It's configured via your logging properties. Make sure the logging framework you are using is loading the correct configuration.
My logging framework hasn't changed i.e older version of Intellij works differently with the same configuration. But I will try to look at my logging framework to see if it's loading properly, thanks!
I know it's an old post, but it's the first result in Google. It's now possible to do this in IDEA, here's the documentation: https://www.jetbrains.com/help/idea/setting-log-options.html
It unfortunately isn't, Ivan :-(
The documentation you refer to has nothing to do with log levels.