From 56c3cb2dbe9c4f7774c3cf637f2801f3488f2c30 Mon Sep 17 00:00:00 2001 From: xuewei <728857235@qq.com> Date: Sat, 26 Jul 2025 08:38:02 +0800 Subject: [PATCH] Improve build_file_path log --- lightrag/operate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/operate.py b/lightrag/operate.py index 0c56018f..52e37099 100644 --- a/lightrag/operate.py +++ b/lightrag/operate.py @@ -3166,7 +3166,7 @@ def build_file_path(already_file_paths, data_list, target): file_paths_ignore += GRAPH_FIELD_SEP + cur_file_path if file_paths_ignore: - print( + logger.debug( f"length of varchar field file_path exceeds max length target={target} ignore={file_paths_ignore}" ) return file_paths