Files
FrontOffice/src/FrontOffice.Main/appsettings.Development.json

10 lines
145 B
JSON
Raw Normal View History

2025-09-28 01:28:44 +03:30
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}