Hangfire not logging exceptions

We are a pro user and are starting to use hangfire on our new .net core 2 environment. The one issue I can’t seem to resolve is getting hangfire to log the actual exception that ocurred in a job that failed. I get all other logs, but I don’t seem to get the exception detail.

Ideas?

Did you ever find a solution to this?