springboot 를 사용중에 CONDITIONS EVALUATION REPORT 와 관련된 정보들이 출력창에 출력되는 경우가 있다.
출력물이 많아서 다른 결과물을 보기 불편하다.
아래 설정을 application.yml 에 적어주면 해결된다.
logging.level.org.springframework.boot.autoconfigure: ERROR
반응형
'Spring Framework > SpringBoot' 카테고리의 다른 글
[SpringBoot] X-AUTH-TOKEN 으로 보내지 않을 경우 JWT 로직은 에러가 난다. (0) | 2022.06.01 |
---|---|
[SpringBoot] Swagger 사용할때 반드시 주의할 점!! - @ApiModel 의 value는 겹치면 안된다. (0) | 2022.06.01 |
[Springboot & Intellij] 9.png 나인패치 이미지란? 9Patch image (0) | 2022.04.08 |
[SpringBoot] springboot에서 파이어베이스 연동하는법 (0) | 2022.04.07 |
[springboot]cannot deserialize from Object value (no delegate- or property-based Creator) 에러 발생 (0) | 2022.04.07 |