mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 17:01:35 -05:00
when given any log function with multiple parameters, the python logging utils assume the first param is a format string and the rest are arguments to pass in - we were passing in the exception object to `logger.exception`, however, the purpose of .exception is to add the exception object itself - so we didn't need to
4.1 KiB
4.1 KiB