Files
aliasvault/apps/server/AliasVault.Api/appsettings.Development.json
2025-04-30 19:03:18 +02:00

11 lines
269 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore.Server.Kestrel": "Error",
"Microsoft.EntityFrameworkCore": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}