diff --git a/lightrag/utils.py b/lightrag/utils.py index e493ea02..b397b710 100644 --- a/lightrag/utils.py +++ b/lightrag/utils.py @@ -75,7 +75,7 @@ class LightragPathFilter(logging.Filter): def __init__(self): super().__init__() # Define paths to be filtered - self.filtered_paths = ["/documents", "/health", "/webui/"] + self.filtered_paths = ["/documents", "/health", "/webui/", "/documents/pipeline_status"] # self.filtered_paths = ["/health", "/webui/"] def filter(self, record):