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

Merge branch 'info-log-level' into 'master'

set log level to info for azure provider

See merge request !52
parents 3188028c 426a03cc
No related branches found
No related tags found
1 merge request!52set log level to info for azure provider
Pipeline #39722 passed
...@@ -63,6 +63,8 @@ spec: ...@@ -63,6 +63,8 @@ spec:
value: "80" value: "80"
- name: ACCEPT_HTTP # TEMPORARY UNTIL HTTPS - name: ACCEPT_HTTP # TEMPORARY UNTIL HTTPS
value: "true" value: "true"
- name: partition_spring_logging_level
value: INFO
- name: KEYVAULT_URI - name: KEYVAULT_URI
valueFrom: valueFrom:
configMapKeyRef: configMapKeyRef:
......
LOG_PREFIX=partition LOG_PREFIX=partition
server.servlet.contextPath=/api/partition/v1 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 JAVA_OPTS=-Dserver.port=80
server.port=8080 server.port=8080
springfox.documentation.swagger.v2.path=/api-docs 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