Added "/documents" to filtered paths
This commit is contained in:
parent
82c2cae324
commit
3400d3302a
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue