Enable transaction logger and slf4j logger in storage-azure
Description
-
Enabled slf4j logger and transaction logger by updating the version of os-core-lib in pom.xml file for storage-azure and adding the necessary commands in application.properties
-
Added exclusions in
spring-boot-starter-security
dependency to enable slf4j logger binding without conflict -
Verified locally the reflection of test logs in
Traces
table in AppInsights -
[YES] Have you followed our code review guidelines?
-
[YES] Have you added an explanation of what your changes do and why you'd like us to include them?
-
[NO] I have updated the documentation accordingly.
-
[NA] I have added tests to cover my changes.
-
[YES] All new and existing tests passed.
-
[YES] My code follows the code style of this project.
-
[YES] I ran lint checks locally prior to submission.