Improve build_file_path log
This commit is contained in:
parent
912fc0fc31
commit
56c3cb2dbe
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue