Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Partition
Commits
fffc7019
Commit
fffc7019
authored
May 13, 2021
by
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
Pipeline
#39722
passed with stages
in 33 minutes and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
devops/azure/chart/templates/deployment.yaml
View file @
fffc7019
...
...
@@ -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
:
...
...
provider/partition-azure/src/main/resources/application.properties
View file @
fffc7019
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment