Files
TouchSocket/examples-host/Examples.Host/Aspnetcore/WebApplication_NET6/appsettings.Development.json
2024-11-17 20:53:15 +08:00

9 lines
119 B
JSON

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