Configure Serilog to only write warnings to Seq sink
I have the following Serilog configuration:
In this case I've had to include the minimum level override for
Microsoft.EntityFrameworkCore
because it was filling up the Windows Event Log sink with warnings I'd rather only see in Seq. Moving on I would like to 'reverse' this to only write EF Core warning level events (or other detailed events) to the Seq sink. How can I go about this?0 Replies