BotSharp/src/BotSharp.AppHost/appsettings.json
2024-06-28 13:51:35 +08:00

10 lines
158 B
JSON

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