Files
CleanArchitecture-template/MyNewProjectName.AdminAPI/appsettings.Development.json
2026-02-26 14:04:18 +07:00

9 lines
127 B
JSON

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