{ "Jwt": { "signingKey": "", "validationIssuer": "", "audience": "" }, "ConnectionStrings": { "DEV": "Server=localhost;Port=5432;Database=DevHive_API;User Id=postgres;Password=;" }, "Cloud": { "cloudName": "devhive", "apiKey": "488664116365813", "apiSecret": "" }, "Serilog": { "Using": [], "LevelSwitches": { "$consoleSwitch": "Verbose", "$fileSwitch": "Error" }, "MinimumLevel": { "Default": "Information", "Override": { "Microsoft": "Warning", "System": "Warning" } }, "Enrich": [ "FromLogContext", "WithMachineName", "WithProcessId", "WithThreadId" ], "WriteTo": [ { "Name": "Console", "Args": { "levelSwitch": "$consoleSwitch" } }, { "Name": "File", "Args": { "path": "./Logs/errors.log", "levelSwitch": "$fileSwitch" } } ] } }