I'm using the Logic Apps Standard and Application Insights. Each time a Logic Apps Standard Workflow is triggered, it generates a lot of traces and I want to reduce those traces and avoid having too much data ingestion generated into Application Insights.
I first want to remove traces coming from the storage account that is used behind the scene by the Logic App.
I tried to change the content of the host.json file in order to set this: "logLevel": { "default": "Information", "Host.Results": "Error" }
Unfortunately, I'm still having a lot of traces as if the host.json file is ignored. Any ideas?