datalust / seq-extensions-logging

Add centralized log collection to ASP.NET Core apps with one line of code.
https://datalust.co/seq
Apache License 2.0
84 stars 12 forks source link

Support server URL/API key configuration under the default Logging.Seq config section #25

Closed nblumhardt closed 4 years ago

nblumhardt commented 5 years ago

From #22.

Since MEL 2.1 it's been possible to read configuration from under the default Logging configuration section, obviating the need for a root Seq section:

https://github.com/aspnet/Logging/pull/706

We should support this style in preference to the current separate configuration section.

ipzKellyR commented 4 years ago

This would be great.