Skip to content
Snippets Groups Projects
Commit 426a03cc authored by Yauheni Lesnikau's avatar Yauheni Lesnikau
Browse files

set log level to info for azure provider

parent 3188028c
No related branches found
No related tags found
1 merge request!52set log level to info for azure provider
......@@ -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:
......
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment