Spring Boot Test ignora logging.level
Uno de mis módulos de maven ignora mis niveles de registro al ejecutar pruebas. En src/test/resourcestengo application.properties: app.name=bbsng-import-backend app.description=Import Backend Module for Application spring.profiles.active=test # LOGGING logging.level.root=error logging.level.org.springframework.core =fatal logging.level.org.springframework.beans=fatal logging.level.org.springframework.context=fatal logging.level.org.springframework.transaction=error logging.level.org.springframework.test=error logging.level.org.springframework.web=error logging.level.org.hibernate=ERROR También lo intenté application-test.properties. Mi aplicación registra mucho, especialmente al cargar contexto. Probé logback.xml, logback-test.xmly …