How to Get Logs From Java Spring application to Azure portal
I have a java Spring Boot application deployed to an Azure App Service environment. I am using log4J2 to handle my logging for the application and writing the logs to the same location as the other log files created for…