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
Notification
Commits
ebfa4098
Commit
ebfa4098
authored
May 10, 2021
by
Yauheni Lesnikau
Browse files
set default logging level for azure provider;
parent
2a864660
Pipeline
#40993
failed with stages
in 23 minutes and 14 seconds
Changes
2
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
devops/azure/chart/templates/deployment.yaml
View file @
ebfa4098
...
...
@@ -59,7 +59,7 @@ spec:
-
name
:
server_port
value
:
"
80"
-
name
:
notification_spring_logging_level
value
:
info
value
:
INFO
-
name
:
KEYVAULT_URI
valueFrom
:
configMapKeyRef
:
...
...
provider/notification-azure/src/main/resources/application.properties
View file @
ebfa4098
...
...
@@ -20,7 +20,7 @@ server.error.whitelabel.enabled=false
# Logging configuration
LOG_PREFIX
=
${LOG_PREFIX}
logging.level.org.springframework.web
=
${notification_spring_logging_level}
logging.level.org.springframework.web
=
${notification_spring_logging_level
:INFO
}
logging.transaction.enabled
=
true
logging.slf4jlogger.enabled
=
true
logging.mdccontext.enabled
=
false
...
...
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