Files
server/AppHost/appsettings.Development.json
2025-12-23 09:02:18 -05:00

9 lines
119 B
JSON

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