Can we use environment variables (or even key vault, api management, ...) for saving the log level? If so, how? I can't seem to find it anywhere.
End goal is to be able to change it during runtime without redeploy or editing appsettings.json.
Can we use environment variables (or even key vault, api management, ...) for saving the log level? If so, how? I can't seem to find it anywhere.
End goal is to be able to change it during runtime without redeploy or editing appsettings.json.
If you are opened to use a different service, maybe Azure App Configuration.