Files
ASP.NET/content/01-Introductory-Sessions/Session00/Projects/CommentAPI/appsettings.Development.json
T
2025-07-18 14:47:22 +03:30

9 lines
119 B
JSON

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