ApplicationInsights-dotnet
ApplicationInsights-dotnet copied to clipboard
log4net appender with Microsoft.ApplicationInsights.WorkerService package
Is this scenario supported?
For Microsoft.ApplicationInsights.AspNetCore package, we can use following workaround - https://github.com/microsoft/ApplicationInsights-dotnet/issues/2139#issuecomment-756485550. However, it relies on setting EnableActiveTelemetryConfigurationSetup = true.
The issue is, WorkerService package does not define EnableActiveTelemetryConfigurationSetup.