opentelemetry-dotnet/examples/MicroserviceExample/WorkerService/appsettings.Development.json

10 lines
159 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}