log level can be configured in host.json file:
- Configuring Log Level for Azure Functions
- What is the default logLevel threshold in Azure Functions?
In my app in addition to host.json i have appsettings for dev/test/prod. The appsettingsfiles does not specify anything about loglevel, and nothing about application insight loglevel.
Does host.json impose its configured log-level to all environments, including application insight loggin?