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
{{ message }}
This repository was archived by the owner on Jun 10, 2020. It is now read-only.
Currently, an ILoggerProvider is wired up automatically to funnel log messages through to Application Insights as TraceTelemetry calls when the debugger is attached. If the application is configured with an instrumentation key however, we don't want these traces being sent to the subscription in Azure. We should ensure the logger filter only logs if a key isn't present.
Currently, an
ILoggerProvideris wired up automatically to funnel log messages through to Application Insights asTraceTelemetrycalls when the debugger is attached. If the application is configured with an instrumentation key however, we don't want these traces being sent to the subscription in Azure. We should ensure the logger filter only logs if a key isn't present.