jerguero-cs/appsettings.Development.json

10 lines
145 B
JSON
Raw Permalink Normal View History

2024-08-23 23:10:52 +00:00
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}