Files
azure-examples/GrafanaBlazor/BlazorApp/appsettings.json
2026-01-28 10:29:49 -06:00

27 lines
518 B
JSON

{
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"System": "Warning"
}
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
},
"ApplicationInsights": {
"LogLevel": {
"Default": "Information"
}
}
},
"AllowedHosts": "*",
"ApplicationInsights": {
"ConnectionString": ""
}
}