Files
ASP.NET-MVC-Study/BlazorApp/WebAPI/appsettings.Development.json
2023-08-25 15:05:03 +09:00

9 lines
119 B
JSON

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