Files
vegasco/src/Vegasco.Server.AppHost/appsettings.json
ThompsonNye 6d23494fd3
Some checks failed
continuous-integration/drone/push Build is failing
Add Aspire orchestration
Therefore remove previous OpenTelemetry configuration and use the one
provided in service defaults
2024-12-28 17:01:18 +01:00

10 lines
158 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Aspire.Hosting.Dcp": "Warning"
}
}
}