log์ ์ธ๋ฐ์๋ ์ ๋ณด๋ค์ด ์ถ๋ ฅ๋ฉ๋๋ค.
ymlํ์ผ์ ์ด๋ ๊ฒ settingํ๋๋ฐ ์ ๋ ์์ง ํด๊ฒฐ์ด ์๋๋๋ฐ ํน์ ์ ๊ฐ ์๋ชป ์์ฑํ๊ฒ ์์๊น์?spring: datasource: url: jdbc:h2:tcp://localhost/~/jpashop username: sa password: driver-class-name: org.h2.Driver jpa: hibernate: ddl-auto: create properties: hibernate: # show_sql: true format_sql: true logging.level: org.hibernate.SQL: debug