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