diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 670a83b2f..8ebb959a1 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -55,12 +55,11 @@ spring.jpa.hibernate.use-new-id-generator-mappings=true spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true #spring.jpa.properties.hibernate.session.events.log.LOG_QUERIES_SLOWER_THAN_MS=800 logging.level.org.hibernate.SQL_SLOW=info +logging.level.org.hibernate.tool.schema.internal=error ## spring.jpa.properties.hibernate.id.db_structure_naming_strategy=legacy - - #Envers versioning spring.jpa.properties.org.hibernate.envers.store_data_at_delete=true logging.level.org.hibernate.envers.boot=OFF