ultimate/Ultimate/appsettings.Development.json

9 lines
127 B
JSON
Raw Normal View History

2023-11-09 02:34:12 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}