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
Security and Compliance
entitlements-azure
Commits
a02905d2
Commit
a02905d2
authored
Aug 18, 2020
by
Kishore Battula
Browse files
Enabled slf4j MDC Context filter
parent
d6bb104f
Pipeline
#6082
failed with stages
in 2 minutes
Changes
2
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
a02905d2
...
...
@@ -60,7 +60,7 @@
<springfox-version>
2.7.0
</springfox-version>
<reactor.netty.version>
0.9.0.RELEASE
</reactor.netty.version>
<reactor.core.version>
3.3.0.RELEASE
</reactor.core.version>
<osdu.azurecore.version>
0.0.1
1
</osdu.azurecore.version>
<osdu.azurecore.version>
0.0.1
9
</osdu.azurecore.version>
</properties>
<licenses>
...
...
src/main/resources/application.properties
View file @
a02905d2
...
...
@@ -57,6 +57,10 @@ azure.graph-api.appid=00000002-0000-0000-c000-000000000000
# Azure Graph Api Version
azure.graph-api.version
=
1.6
# Cosmos container names
tenantInfo.container.name
=
TenantInfo
#logging configuration
logging.transaction.enabled
=
true
logging.slf4jlogger.enabled
=
true
\ No newline at end of file
logging.slf4jlogger.enabled
=
true
logging.mdccontext.enabled
=
true
\ No newline at end of file
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