IGeekFan.AspNetCore.Knife4jUI/samples/AspNetCoreApi/appsettings.Development.json
2022-11-11 00:01:00 +08:00

9 lines
119 B
JSON

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