From 282ba86c2172d827c503d5858b929e373991b259 Mon Sep 17 00:00:00 2001 From: Idan <104992892+Idan-sh@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:13:52 +0300 Subject: [PATCH] changed application properties to make debug level error. --- src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e2bbc05..3658b68 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -4,6 +4,7 @@ spring.datasource.username=postgres spring.datasource.password=1 spring.datasource.driver-class-name=org.postgresql.Driver spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect +logging.level.org.apache.tomcat.util.compat=ERROR # Use These Settings to Debug Spring Boot: # ---------------------------------------