I want to hide DEBUG logs while building maven project with test case on the command prompt using mvn clean install command. Only ERROR logs should be visible.
I am looking for a solution that also applies when building maven project with test cases.