metwork-framework / mflog

opinionated python (structured) logging library built on structlog
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Probably something to do with exception objects #2

Closed thebaptiste closed 5 years ago

thebaptiste commented 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)

thefab commented 5 years ago

We have: