We are deploying a Spring MVC application using Spring Boot, to Azure Web App Service. We have the application deployed, and can hit the end points, but are unable to see logging output. Logging is implemented with a logback.xml file and the logging levels are set in the application.properties file.We are deploying a Spring MVC application using