I don't know what changed, but starting today when I run unit tests, mvn test, the output is terribly cluttered with INFO and DEBUG log4j logging from a certain dependency. How can I configure Maven to silence logging from dependencies for unit tests?
I am using Vs Code with the Metals extension for Scala. I'm not sure what caused it to start today.