Files
ASP.NET-MVC-Study/HelloAspNet/HelloEmpty-ToRazor/appsettings.Development.json

9 lines
119 B
JSON
Raw Normal View History

2023-08-22 16:54:56 +09:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}