How to turn off default ASP.NET MVC logger?
I have ASP.NET MVC application and I’m adding Serilog. Now I have logs both from Serilog and from default ASP.NET MVC logger. How to remove the second one?
I have ASP.NET MVC application and I’m adding Serilog. Now I have logs both from Serilog and from default ASP.NET MVC logger. How to remove the second one?