using java.util.logging in JUnit tests
Sommething in IDEA seems to be forcing the logger to ignore messages with Levels less than WARN. I want to be able to see my INFO level messages in my Junit tests. If I run my tests outside of IDEA then I see my log results as expected. However, when run inside of IDEA they are swallowed up.
I believe that the IDEA JUnit test runner is changing the logging threshold. There must be a way to configure this. Any help?
Please sign in to leave a comment.