From 3e5efd0b27f76ec7be254154de70f49c66bd4b67 Mon Sep 17 00:00:00 2001 From: yangdx Date: Thu, 31 Jul 2025 02:00:00 +0800 Subject: [PATCH] Add /documents/paginated to filtered logging paths --- lightrag/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lightrag/utils.py b/lightrag/utils.py index 06fcbfe9..1525b6a4 100644 --- a/lightrag/utils.py +++ b/lightrag/utils.py @@ -123,6 +123,7 @@ class LightragPathFilter(logging.Filter): # Define paths to be filtered self.filtered_paths = [ "/documents", + "/documents/paginated", "/health", "/webui/", "/documents/pipeline_status",