'msal-for-java-logging with log4j2
My Java application used to use log4j 1.2 as a logging framework. I can see msal logs. After my application migrated to log4j2, I can not see any msal logs. According to https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-logging-java#msal-for-java-logging referred to https://www.slf4j.org/manual.html, where it recommends: Assuming you wish to continue to use the log4j 1.x framework, we strongly encourage you to use slf4j-reload4j instead. I am wondering if there is some sample code to have msal log with log4j2.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
