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