We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1f14d commit 1d88769Copy full SHA for 1d88769
klass-forvaltning/src/main/resources/application-postgres.properties
@@ -5,5 +5,7 @@ flyway.enabled=false
5
spring.jpa.hibernate.ddl-auto=none
6
spring.datasource.hikari.connection-test-query=SELECT 1
7
spring.datasource.hikari.validation-timeout=3000
8
+logging.level.org.hibernate.SQL=DEBUG
9
+logging.level.org.hibernate.type.descriptor.sql=TRACE
10
spring.jpa.properties.hibernate.format_sql=true
11
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
0 commit comments