mask

  1. A

    How to hide or mask paths from "Microsoft.Hosting.Lifetime" traces using serilog in the appsetting for an API project.

    How to hide or mask paths from "Microsoft.Hosting.Lifetime" traces using serilog in the appsetting for an API project. Having this configuration: "Serilog": { "MinimumLevel": { "Default": "Information", "Override": { "Microsoft.Hosting.Lifetime": "Information" }...
Back
Top Bottom