{ "Serilog": { "MinimumLevel": { "Default": "Information", "Override": { "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "Enrich": [ "FromLogContext" ], "WriteTo": [ { "Name": "File", "Args": { "path": "./Logs/Log-.txt", "rollingInterval": "Day" } }, { "Name": "Console", "Args": {} }, { "Name": "Debug", "Args": {} } ] }, "AllowedHosts": "*", "Urls": "http://localhost:9003" }