From 0c5fd4cf647eb8c1125aa8f18e957bfbcae89f22 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Sun, 20 Nov 2022 14:38:10 +0100 Subject: [PATCH] More debug --- .../rest-service/src/test/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fda-container-service/rest-service/src/test/resources/application.properties b/fda-container-service/rest-service/src/test/resources/application.properties index 9e91f5d068..32cfc9b7fb 100644 --- a/fda-container-service/rest-service/src/test/resources/application.properties +++ b/fda-container-service/rest-service/src/test/resources/application.properties @@ -15,7 +15,7 @@ spring.datasource.username=sa spring.datasource.password=password spring.jpa.database-platform=org.hibernate.dialect.H2Dialect spring.jpa.hibernate.ddl-auto=create-drop -spring.jpa.show-sql=false +spring.jpa.show-sql=true # additional logging logging.level.org.hibernate.SQL=DEBUG \ No newline at end of file -- GitLab