From b21d9c2d8aebd9478b3b18fa76ad7922543c4a72 Mon Sep 17 00:00:00 2001 From: Andrew White Date: Fri, 8 Nov 2024 16:57:36 -0800 Subject: [PATCH] Changed it to be debug for source quality (#675) --- paperqa/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paperqa/types.py b/paperqa/types.py index b093dbfd9..9af01b7f0 100644 --- a/paperqa/types.py +++ b/paperqa/types.py @@ -659,7 +659,7 @@ def formatted_citation(self) -> str: return f"{base_message} {citation_message} {retract_info}" if self.citation_count is None or self.source_quality is None: - logger.warning("citation_count and source_quality are not set.") + logger.debug("citation_count and source_quality are not set.") return self.citation if self.source_quality_message: