AspNetCore.Docs/aspnetcore/fundamentals/http-requests/samples/appsettings.json

8 lines
77 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
}
}