diff --git a/devops/azure/chart/templates/deployment.yaml b/devops/azure/chart/templates/deployment.yaml index 701ea88731e7b36ae120948630825ea82407e203..eccbf52b861bb32a6ce9aa92829ad1c2a3fe225b 100644 --- a/devops/azure/chart/templates/deployment.yaml +++ b/devops/azure/chart/templates/deployment.yaml @@ -63,6 +63,8 @@ spec: value: "80" - name: ACCEPT_HTTP # TEMPORARY UNTIL HTTPS value: "true" + - name: partition_spring_logging_level + value: INFO - name: KEYVAULT_URI valueFrom: configMapKeyRef: diff --git a/provider/partition-azure/src/main/resources/application.properties b/provider/partition-azure/src/main/resources/application.properties index 436ee530ca679fc25d6f68ea9e21e8c04e3a4a9a..decff4b95d46b7418f7a4b4c7a861a945c6a6b94 100644 --- a/provider/partition-azure/src/main/resources/application.properties +++ b/provider/partition-azure/src/main/resources/application.properties @@ -1,6 +1,6 @@ LOG_PREFIX=partition server.servlet.contextPath=/api/partition/v1 -logging.level.org.springframework.web=DEBUG +logging.level.org.springframework.web=${partition_spring_logging_level:INFO} JAVA_OPTS=-Dserver.port=80 server.port=8080 springfox.documentation.swagger.v2.path=/api-docs