-
Notifications
You must be signed in to change notification settings - Fork 208
Description
Unsure why serilog-aspnetcore
with Azure doesn't support basic Azure Application Logging. UseSerilog()
seems to disable Application Logging feature and perhaps by design but there is no documentation on how to re-configure or enable it and no sink to support it.
Azure Application logging supports blob storage and log retention and without Serilog "just works" with .Net Core 2.0+ logger. It seems a shame that this package doesn't support it since .Net Core should play well with Azure and the serilog-aspnetcore
package is preferred for .Net Core applications. Not sure if this is documentation issue, a by-design issue, or just a missing sink that needs to be developed.
Similar to issue #42 but different as that involves ways to enable the Log Stream.