Chore: fix sonarcube logger warnings

This commit is contained in:
shamoon
2026-05-20 08:54:00 -07:00
parent df861189fa
commit 15682231b2
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ class DateParserPluginBase(ABC):
locales=self.config.languages,
)
except Exception as e:
logger.error(f"Error while parsing date string '{date_string}': {e}")
logger.exception(f"Error while parsing date string '{date_string}': {e}")
return None
def _filter_date(