Globally reduces httpx logging

This commit is contained in:
stumpylog
2026-06-05 09:01:36 -07:00
parent 707c3d7842
commit e7f8bf0542
+1
View File
@@ -643,6 +643,7 @@ LOGGING = {
"kombu": {"handlers": ["file_celery"], "level": "DEBUG"},
"_granian": {"handlers": ["file_paperless"], "level": "DEBUG"},
"granian.access": {"handlers": ["file_paperless"], "level": "DEBUG"},
"httpx": {"level": "WARNING"},
},
}