From 42f5e68f48372f328fbc4e97f7fbdc64b99fcc7b Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com.> Date: Fri, 1 Aug 2025 14:46:22 +0100 Subject: [PATCH] h2 console stuff --- app/core/src/main/resources/application.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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