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
2a864660
Commit
2a864660
authored
May 05, 2021
by
Yauheni Lesnikau
Browse files
set log level to info for azure provider;
parent
a18c2103
Changes
2
Hide whitespace changes
Inline
Side-by-side
devops/azure/chart/templates/deployment.yaml
View file @
2a864660
...
...
@@ -58,6 +58,8 @@ spec:
value
:
/api/notification/v1
-
name
:
server_port
value
:
"
80"
-
name
:
notification_spring_logging_level
value
:
info
-
name
:
KEYVAULT_URI
valueFrom
:
configMapKeyRef
:
...
...
provider/notification-azure/src/main/resources/application.properties
View file @
2a864660
...
...
@@ -20,7 +20,7 @@ server.error.whitelabel.enabled=false
# Logging configuration
LOG_PREFIX
=
${LOG_PREFIX}
logging.level.org.springframework.web
=
DEBUG
logging.level.org.springframework.web
=
${notification_spring_logging_level}
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