Hi there,
Was wondering if it was possible to set an override per log type for each sink specifically.
E.g.
Console log should be
"Microsoft.Hosting.Lifetime": "Information",
"Microsoft.Extensions.Hosting": "Warning",
"System.Net.Http.HttpClient.Refit": "Warning",
"Microsoft.Extensions.Http":"Warning"
and File log should be
"Microsoft.Hosting.Lifetime": "Information",
"Microsoft.Extensions.Hosting": "Information",
"System.Net.Http.HttpClient.Refit": "Information",
"Microsoft.Extensions.Http":"Information"
Best regards!