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
fa7fefa1
Commit
fa7fefa1
authored
Aug 18, 2020
by
Hema Vishnu Pola [Microsoft]
Browse files
Merge branch 'slf4j-context' into 'master'
Enabled slf4j MDC Context filter See merge request
!14
parents
d6bb104f
447bb30c
Pipeline
#6087
passed with stages
in 6 minutes and 28 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
NOTICE
View file @
fa7fefa1
...
...
@@ -90,6 +90,7 @@ The following software have components provided under the terms of this license:
- Microsoft Application Insights Java SDK Spring Boot starter (from https://github.com/Microsoft/ApplicationInsights-Java)
- Microsoft Application Insights Java SDK Web Module (from https://github.com/Microsoft/ApplicationInsights-Java)
- Microsoft Application Insights Log4j 2 Appender (from https://github.com/Microsoft/ApplicationInsights-Java)
- Microsoft Azure Netty HTTP Client Library (from https://github.com/Azure/azure-sdk-for-java)
- Mockito (from http://mockito.org)
- Netty Reactive Streams Implementation (from )
- Netty/Buffer (from http://netty.io/)
...
...
pom.xml
View file @
fa7fefa1
...
...
@@ -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 @
fa7fefa1
...
...
@@ -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