For example, if we catch and log.exception(err, ...)
an error thrown by https://github.com/axios/axios, it contains a large error.response
object with many circular dependencies. We should strip the whole object or better pick just certain fields (status, body, ...).