Azure – Change the default Application Insights log level in a Spring Boot app
By default, Azure's Application Insights only captures events at the INFO level and above. I want to change the default level to INFO in a Spring Boot app. I tried to achieve this by adding the following configuration section in…