diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 4f5e123..31062c3 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -11,9 +11,4 @@ spring.datasource.username=sa spring.datasource.password=password spring.jpa.database-platform=org.hibernate.dialect.H2Dialect -logging.level.org.hibernate.SQL=DEBUG -logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE -logging.level.org.springframework.jdbc.core.JdbcTemplate=DEBUG -logging.level.org.springframework.jdbc.core.StatementCreatorUtils=TRACE - management.endpoints.web.exposure.include=* \ No newline at end of file