oneuptime/Examples/otel-dotnet/appsettings.json
2023-10-23 15:17:25 +01:00

10 lines
151 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}