{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.Hosting.Lifetime": "Information" } }, "Serilog": { "MinimumLevel": { "Default": "Debug", "Override": { "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Debug" } }, "WriteTo": [ { "Name": "File", "Args": { "path": "log/log-.txt", "rollingInterval": "Day" } } ] }, "MqSettings": { "HostName": "10.99.253.216", "QueueName": "parr-generate-templates", "User": "generate_templates_worker", "Password": "Dhgdf%d&609sssa" } }