Improve tracking (#6516)

This commit is contained in:
Blake Blackshear
2023-05-31 10:12:43 -04:00
committed by GitHub
parent bd1d13d78c
commit ae0aba44dc
8 changed files with 332 additions and 19 deletions

View File

@@ -62,6 +62,8 @@ def log_process(log_queue: Queue) -> None:
if stop_event.is_set():
break
continue
if record.msg.startswith("You are using a scalar distance function"):
continue
logger = logging.getLogger(record.name)
logger.handle(record)