Skip to content

Commit

Permalink
changed application properties to make debug level error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Idan-sh committed Aug 14, 2024
1 parent e5d24d7 commit 282ba86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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:
# ---------------------------------------
Expand Down

0 comments on commit 282ba86

Please sign in to comment.