Changes log level #141

pull/148/head
Nabin Khadka 4 years ago committed by GitHub
parent 1e3b8504bb
commit 531ecc7a29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -327,7 +327,7 @@ class Document:
)
for candidate in sorted_candidates[:5]:
elem = candidate["elem"]
log.info("Top 5 : %6.3f %s" % (candidate["content_score"], describe(elem)))
log.debug("Top 5 : %6.3f %s" % (candidate["content_score"], describe(elem)))
best_candidate = sorted_candidates[0]
return best_candidate

Loading…
Cancel
Save