autogen/dotnet/samples/Hello/Hello.AppHost/appsettings.Development.json
Ryan Sweet c169df8b7b
Rysweet 4679 move grpc to runtimegrpc project (#4680)
* refactor moving grpc runtime to a separate project
2024-12-13 09:29:57 -08:00

10 lines
197 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Aspire.Hosting.ApplicationModel.ResourceNotificationService": "Debug"
}
}
}