We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8afa23e commit f0af328Copy full SHA for f0af328
1 file changed
src/main/resources/application-dev.yml
@@ -32,6 +32,8 @@ logging:
32
org.hibernate:
33
# SQL: DEBUG
34
stat: DEBUG
35
+ org.springframework.orm.jpa: DEBUG
36
+ org.springframework.transaction: DEBUG
37
# com.zaxxer.hikari.HikariConfig: INFO
38
#org.springframework.orm.jpa: INFO
39
#org.springframework.jdbc.core: DEBUG
0 commit comments