add more logs

This commit is contained in:
2024-05-10 00:33:55 +02:00
parent a5e3366de6
commit bb08f2d4fa
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ def validate_all_links():
# get the first 50 links
_first_50_links = all_link_list[0:50]
_queue_name = TEST_QUEUE
_segment_number = 10
_segment_number = 20
last_thread = None
for i in range(0, _segment_number):
logger.info("{}:{} links to validate".format(threading.currentThread().name, len(_first_50_links)))