{ "Logging": { "LogLevel": { "Default": "Debug", "Microsoft.AspNetCore": "Debug" } }, "Serilog": { "MinimumLevel": { "Default": "Debug", "Override": { "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "WriteTo": [ { "Name": "File", "Args": { "path": "log/log-.txt", "rollingInterval": "Day" } } ] }, "MqSettings": { "TemplatesUpdater": { "HostName": "10.99.253.216" } } }