Skip to content

Commit 62afb8c

Browse files
authored
Lower bibtex logging to debug (#1067)
1 parent 2d58202 commit 62afb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/paperqa/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ def populate_bibtex_key_citation(cls, data: dict[str, Any]) -> dict[str, Any]:
915915
):
916916
data["citation"] = None
917917
except Exception:
918-
logger.warning(
918+
logger.debug(
919919
"Failed to generate bibtex for"
920920
f" {data.get('docname') or data.get('citation')}"
921921
)

0 commit comments

Comments
 (0)