fix: search miss config

This commit is contained in:
zhayujie
2023-09-30 20:02:26 +08:00
parent cfd2f27b0b
commit dd082bd212
3 changed files with 3 additions and 3 deletions

View File

@@ -90,5 +90,5 @@ class LinkSummary:
for support_url in support_list:
if url.strip().startswith(support_url):
return True
logger.warn(f"[LinkSum] unsupported url, no need to process, url={url}")
logger.debug(f"[LinkSum] unsupported url, no need to process, url={url}")
return False