Skip to content

Commit

Permalink
avniproject/avni-infra#45 | Include server.tomcat.accesslog.max-days …
Browse files Browse the repository at this point in the history
…in test/application.properties
  • Loading branch information
1t5j0y committed Oct 29, 2024
1 parent 9f2c164 commit 9abb067
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions avni-server-api/src/test/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ spring.datasource.tomcat.jdbc-interceptors=org.avni.server.framework.tomcat.SetO
spring.flyway.schemas=public
spring.flyway.baseline-on-migrate=false

#Tomcat
server.tomcat.accesslog.max-days=90

# JPA, Hibernate and Spring Data
spring.jpa.show-sql=false
spring.jpa.hibernate.ddl-auto=none
Expand Down

0 comments on commit 9abb067

Please sign in to comment.