Setting loglevel for Azure Function using Environment variable
I’m trying to control the log level for my C# Azure Function. The goal is to change the log level without having to redeploy the function. The idea is to change the Environment variables in order to achieve this.