YD_Event.Admin/YD_Event.Web.Entry/appsettings.Development.json
2025-12-17 10:32:52 +08:00

10 lines
262 B
JSON

{
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Information"
}
}
}