{ "Logging": { "LogLevel": { "Default": "Debug", "Microsoft.AspNetCore": "Information", "Microsoft.AspNetCore.Hosting": "Debug", "Microsoft.AspNetCore.Routing": "Debug", "BankSampahApp": "Debug" }, "Console": { "IncludeScopes": true, "TimestampFormat": "yyyy-MM-dd HH:mm:ss " } }, "Features": { "EnableDetailedErrors": true, "EnableCaching": false }, "Security": { "EnableHttps": false, "EnableHsts": false, "EnableCsp": false }, "Statistics": { "CacheExpirationMinutes": 1 }, "Development": { "EnableSwagger": true, "EnableOpenApi": true, "DetailedExceptions": true, "ShowSensitiveDataInLogs": false } }