You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But important note: when one adds the Configure block, settings from host.json are ignored.
Also note that adding a default filter does not work either, at least you can add : options.AddFilter("Microsoft", LogLevel.Error);
Hi,
I have an Azure Function migrated to NET 8 isolated model and I have trouble to have my logs displayed in Azure Insights Transaction Search.
Here is the Program.cs:
And host.json:
When I run a function from my computer, the console shows only the logs I want:
Also the Live metrics:
But the Transaction Search is missing those logs, instead I get those weird "Invoke" lines:
Any clue?
The text was updated successfully, but these errors were encountered: