Katheryne/Frontend/appsettings.Development.json

11 lines
173 B
JSON
Raw Normal View History

2023-10-07 13:27:25 +08:00
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
2023-10-13 16:24:03 +08:00
"Microsoft.AspNetCore": "Warning",
"Katheryne": "Debug"
2023-10-07 13:27:25 +08:00
}
}
}