diff --git a/app/core/src/main/resources/application.properties b/app/core/src/main/resources/application.properties index ea30bf78e..64bdfb782 100644 --- a/app/core/src/main/resources/application.properties +++ b/app/core/src/main/resources/application.properties @@ -1,7 +1,7 @@ multipart.enabled=true -logging.level.org.springframework=WARN -logging.level.org.hibernate=WARN +logging.level.root=DEBUG logging.level.org.eclipse.jetty=WARN +logging.level.com.zaxxer.hikari=WARN #logging.level.org.springframework.security.saml2=TRACE #logging.level.org.springframework.security=DEBUG #logging.level.org.opensaml=DEBUG @@ -34,6 +34,7 @@ spring.datasource.driver-class-name=org.h2.Driver spring.datasource.username=sa spring.datasource.password= spring.h2.console.enabled=false +spring.h2.console.path=/h2-console spring.jpa.hibernate.ddl-auto=update server.servlet.session.timeout:30m # Change the default URL path for OpenAPI JSON