I'm using Serilog with ASP.Net Core 2.0, writing to RollingFile using JsonFormatter.
Followed the instructions here to configure: https://github.com/serilog/serilog-aspnetcore.
Everything works great, but in every log entry I get the following properties that I did not log:
- SourceContext
- RequestId
- RequestPath
I presume they are being added by the ASP.Net Core logging framework. How can I get rid of them?