الملفات
github-actions-demos/aspire-sample/aspire-sample.AppHost/appsettings.json
2024-09-26 11:56:02 -04:00

10 أسطر
158 B
JSON

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