From 7669eff2631be77bb6fcb520cd25e8848a1ade38 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Wed, 5 Jun 2024 16:23:35 +0200 Subject: [PATCH] Downgrade doi fetch error to debug There's nothing an admin can do about, and it doesn't impact tool functionality. --- lib/galaxy/managers/citations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/galaxy/managers/citations.py b/lib/galaxy/managers/citations.py index 958617289ebb..8ae9c8c64ad7 100644 --- a/lib/galaxy/managers/citations.py +++ b/lib/galaxy/managers/citations.py @@ -150,7 +150,7 @@ def to_bibtex(self): try: self.raw_bibtex = self.doi_cache.get_bibtex(self.__doi) except Exception: - log.exception("Failed to fetch bibtex for DOI %s", self.__doi) + log.debug("Failed to fetch bibtex for DOI %s", self.__doi) if self.raw_bibtex is DoiCitation.BIBTEX_UNSET: return f"""@MISC{{{self.__doi},