Add pipeline_status endpoint to log filter
This commit is contained in:
parent
0a2c2cb98b
commit
ebe7620b5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue