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

9 lines
119 B
JSON

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