I see on the Metrics for my ServiceBus that there are a large number of user errors, but I can't find any logs telling me what those errors are. They are not showing up in my AppInsights for the Azure Functions that read and write to this bus. What am I missing? Logging portion of my hosts.json looks like this:
"logging": {
"logLevel": {
"default": "Information",
"Host.Results": "Warning",
"Function": "Trace"
}
},