Skip to content

Commit

Permalink
set default log levels
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed Sep 13, 2023
1 parent 17c1206 commit 5f88117
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,8 @@ spring.datasource.password=${POSTGRESQL_PASSWROD:commcarehq}
# --------------- set multipart file upload and request size limit
spring.servlet.multipart.max-file-size=4MB
spring.servlet.multipart.max-request-size=5MB

logging.level.root=WARN
logging.level.org.springframework.web=INFO
logging.level.org.hibernate=ERROR
logging.level.io.micrometer=ERROR

0 comments on commit 5f88117

Please sign in to comment.