telegram-client/src/Nocr.TelegramClient.Host/appsettings.json
2024-03-19 19:51:45 +04:00

13 lines
230 B
JSON

{
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Microsoft": "Information",
"Microsoft.AspNetCore": "Error",
"System.Net.Http.HttpClient": "Warning"
}
}
}
}