summaryrefslogtreecommitdiff
path: root/searx/network/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/network/client.py')
-rw-r--r--searx/network/client.py10
1 files changed, 9 insertions, 1 deletions
diff --git a/searx/network/client.py b/searx/network/client.py
index ffee3f09..ed179651 100644
--- a/searx/network/client.py
+++ b/searx/network/client.py
@@ -180,7 +180,15 @@ def get_loop():
def init():
# log
- for logger_name in ('hpack.hpack', 'hpack.table', 'httpx._client'):
+ for logger_name in (
+ 'httpx',
+ 'httpcore.proxy',
+ 'httpcore.connection',
+ 'httpcore.http11',
+ 'httpcore.http2',
+ 'hpack.hpack',
+ 'hpack.table',
+ ):
logging.getLogger(logger_name).setLevel(logging.WARNING)
# loop