Closed stephenpatten closed 7 years ago
Hey Nic,
Wondering if this scenario is supported, and if so how, just remove the using statement from settings?
<add key="serilog:minimum-level" value="Verbose" /> <add key="serilog:using:Seq" value="Serilog.Sinks.Seq" /> <add key="serilog:write-to:Seq.serverUrl" value="removed/" /> <add key="serilog:write-to:Seq.apiKey" value="removed" />
Cheers, Stephen
Hi Stephen,
Removing the last two lines - write-to - will do the job.
write-to
HTH! Nick
Hey Nic,
Wondering if this scenario is supported, and if so how, just remove the using statement from settings?
Cheers, Stephen