mirror of
https://github.com/searxng/searxng.git
synced 2025-07-15 01:09:21 +02:00
Bump httpx 0.21.2 from to 0.24.1
This commit is contained in:
parent
d52919cc3e
commit
b4e4cfc026
3 changed files with 12 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue