Files
dotnet-loki-otel-demo/appsettings.Development.json
2026-02-16 17:36:47 +11:00

11 lines
214 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"OTEL_EXPORTER_OTLP_ENDPOINT": "http://localhost:4317",
"OTEL_SERVICE_NAME": "LoggingApi"
}