Closed thebaptiste closed 5 years ago
When logger.exception is called with an exception objects rather than a string, the function fails. See https://github.com/metwork-framework/mfdata/issues/56 (corrected by conversion to str before call to logger.exception)
We have:
When logger.exception is called with an exception objects rather than a string, the function fails. See https://github.com/metwork-framework/mfdata/issues/56 (corrected by conversion to str before call to logger.exception)