You're working on a collection of Azure Functions and have recently deployed a new Function App that runs on .Net Core 3.1. Where would you specify the logging settings for these Azure Functions?
app.json
appsettings.json
function.json
host.json
local.function.json
The logging configurations for Azure Functions are set in the host.json file.