This repository was archived by the owner on Dec 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 597
Integrated logs for aspnet and wilson #331
Labels
Comments
Oh really - why is that? Must be an artifact from the Katana version. |
@leastprivilege |
Oh really? ;) So who is using EventSource then - and why? |
Why? I dunno: #258 (comment) |
Because ILogger is not available for some of the customers of Wilson. |
Then it might be a good idea to list those targets and add them to aspnet/Logger. /cc @Eilon |
Aligning the logging experience of Wilson with ADAL is one reason. ADAL uses EventSource. |
Both ASP.NET 5 components and Wilson can (or will be able to) write to EventSource, and that is the best way to get unified logs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Microsoft.Aspnet.Authentication.OpenIdConnect
usesILogger
to log events whereas Wilson usesEventSource
based logging. Currently, there is no easy way for a user using OIDC to get an integrated log from both aspnet and wilson (OIDC takes a hard dependency on Wilson). They have to configure both the loggers separately and it is very difficult to debug using the separated logs.The text was updated successfully, but these errors were encountered: