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",