From 0bf0c1665aa35cfe93da9dc9209a4d34bacaf5a8 Mon Sep 17 00:00:00 2001 From: Dmitry Kolomatskiy <58207913+lemontree210@users.noreply.github.com> Date: Mon, 5 Jun 2023 21:00:28 +0300 Subject: [PATCH] replace word --- Frequently-Asked-Questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index 43826df..dd2ebbf 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -189,7 +189,7 @@ The closest that you can get to having both a URL and `callback_data` in the but ### Why am I suddenly getting so many log entries from `httpx`? -Starting with [v.0.24.1](https://github.com/encode/httpx/releases/tag/0.24.1), `httpx` logs all ordinary requests at `INFO` level, which may be annoying for you as a PTB user. +Starting with [v.0.24.1](https://github.com/encode/httpx/releases/tag/0.24.1), `httpx` logs all async requests at `INFO` level, which may be annoying for you as a PTB user. You can explicitly set logging level for `httpx` to `WARNING` to get rid of these messages: ```py