Reduce verbosity of test logging #789
Labels
CI/CD
Continuous Integration/Continuous Deployment/DevOps
enhancement
New feature or request
good first issue
Good for newcomers
Spring framework
config, debugging, etc.
tests
anything to do with Tests (resources, data, config, etc.)
If someone is more familiar with Spring, then I'd welcome some help on this issue!
It would be nice to be able to reduce the verbosity of logs during tests.
This would be useful to incorporate during our CI workflows for GitHub as well as locally.
I've investigated various methods suggested on Stackoverflow as well as https://www.baeldung.com/spring-boot-testing-log-level , but still having difficulty getting something that could work at the
mvn
command line easily such as:and where that
testing.properties
file contents would be something like:The text was updated successfully, but these errors were encountered: