Questions tagged [host.json]

2 questions
0
votes
1 answer

Azure Function Application Insights Logging not Honoring Host.json Configuration

I have enabled Application insights for a function app and traces are being logged successfully, however currently messages from all log levels are being included in the Application insights traces table. I have configured my host.json like so,…
0
votes
1 answer

Preventing INFO exceptions from being logged to App Insights

There's a question/answer explaining how to get rid of specific exceptions: Preventing Specific Exceptions from being logged to app insights I don't need anything as complex as this, as I want to get rid of all exceptions of type info…