output-service-tsdb/appsettings.json

21 lines
496 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Sentry": {
"Dsn": "https://744f5d479bdb4478b386173b92d081ac@sentry.kmlabz.com/12",
"IncludeRequestPayload": true,
"SendDefaultPii": true,
"MinimumBreadcrumbLevel": "Debug",
"MinimumEventLevel": "Warning",
"AttachStackTrace": true,
"Debug": true,
"DiagnosticsLevel": "Error"
},
"AllowedHosts": "*"
}