Spring Boot Test는 logging.level을 무시합니다.
내 maven 모듈 중 하나는 테스트를 실행할 때 내 로깅 수준을 무시합니다. 에서 src/test/resourcesI 있습니다 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 나는 또한 시도했다 application-test.properties. 내 응용 프로그램은 특히 컨텍스트를로드 할 때 많이 기록합니다. 나는 시도 logback.xml, …