Linstener1 [Spring Boot] 6 - 배너, SpringApplication 스프링 공식 문서와, 이를 해설해 준 백기선 유투브를 참고 하였습니다. 링크는 맨 아래 있습니다. public static void main(String[] args) { SpringApplication.run(MySpringConfiguration.class, args); } INFO 로깅 메시지가 보입니다. INFO 외 로그레벨을 보려면, Log Levels 을 참고합니다. resources 폴더 아래에 application.properties 파일을 생성합니다. logging.level.root=warn logging.level.org.springframework.web=debug logging.level.org.hibernate=error원하는 설정을 입력하면, 로그 레벨을 설정할 수 있습니다. .. 2020. 3. 25. 728x90 이전 1 다음