Hi all,
I’m just starting to work on moving all ES logging to serilog and have a few questions:
Given that Serilog allows you to write to multiple sinks at once, would people want this functionality? Currently, if you write to the file log, you can’t write to anything else.
Would people want each loging target (file, console etc) to be a separate NuGet package with extension methods on ConnectionSettingsBuilder or are people happy to have everything available out of the box?
Finally, in the code, where/how is the server logging configured?
Cheers
Sean.