Add /documents/paginated to filtered logging paths

This commit is contained in:
yangdx 2025-07-31 02:00:00 +08:00
parent a8f7e125c4
commit 3e5efd0b27

View File

@ -123,6 +123,7 @@ class LightragPathFilter(logging.Filter):
# Define paths to be filtered
self.filtered_paths = [
"/documents",
"/documents/paginated",
"/health",
"/webui/",
"/documents/pipeline_status",