Failed Hangfire jobs appear in dashboard but do not get logged

I am using Serilog 1.5 (set up in the Hangfire config as a dependent Assembly) in a .NET application and have been able to log exceptions that are successfully caught during the processing of a Hangfire job. These jobs succeed and I can see their exception messages in the Hangfire dashboard.

When a job fails, however, I still see an exception message via the dashboard but there is no corresponding log/text file. Is there more configuration that needs to be done in order to log failed jobs? Minimum logging level is currently set at “Information” but setting this to “Debug” has made no difference.