{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", "Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information" } }, "AllowedHosts": "*", "Configuration": { "AuthToken": "CHANGE-ME", "UseSwagger": true, "LogRequests": true, "UseSentry": true }, "Sentry": { "Dsn": "https://92b5c863371d9362c50a39b3faccd26d@sentry.csw.im/5", "SendDefaultPii": true, "MaxRequestBodySize": "Always", "MinimumBreadcrumbLevel": "Debug", "MinimumEventLevel": "Warning", "AttachStackTrace": true, "Debug": true, "DiagnosticLevel": "Error", "TracesSampleRate": 1.0 } }