Improve file path length warning message clarity and urgency
• Change debug to warning level • Simplify message wording
This commit is contained in:
parent
56c3cb2dbe
commit
6efa8ab263
1 changed files with 2 additions and 2 deletions
|
|
@ -3166,8 +3166,8 @@ def build_file_path(already_file_paths, data_list, target):
|
||||||
file_paths_ignore += GRAPH_FIELD_SEP + cur_file_path
|
file_paths_ignore += GRAPH_FIELD_SEP + cur_file_path
|
||||||
|
|
||||||
if file_paths_ignore:
|
if file_paths_ignore:
|
||||||
logger.debug(
|
logger.warning(
|
||||||
f"length of varchar field file_path exceeds max length target={target} ignore={file_paths_ignore}"
|
f"Length of file_path exceeds {target}, ignoring new file: {file_paths_ignore}"
|
||||||
)
|
)
|
||||||
return file_paths
|
return file_paths
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue