반응형
로그 보여주기
spring.jpa.show-sql=true
Pretty하게 로그 보여주기
spring.jpa.properties.hibernate.format_sql=true
로그 보기 레벨
logging.level.org.hibernate.SQL=debug
쿼리 파라미터 로그 표시
logging.level.org.hibernate.type.descriptor.sql=trace
728x90
'[개발관련] > SpringFramework' 카테고리의 다른 글
[spring] gradle에서 log4j 관련 라이브러리 제거 방법 (0) | 2022.08.18 |
---|---|
[JPA] QueryDSL sub query 사용하기 (0) | 2022.05.11 |
[Spring] @PostConstruct (0) | 2021.03.08 |
스프링 에러 - Request method 'POST' not supported (2) | 2021.01.25 |
Spring Boot란 / Spring과의 차이 (0) | 2019.05.13 |