Logging Exceptions

When a background job is processed and the OnAttemptsExceeded property is set to AttemptsExceededAction.Delete and the retry attempts have exceeded the set number the job will never log any exceptions. That means this setting AutomaticRetry(Attempts = 0, LogEvents = true, OnAttemptsExceeded = AttemptsExceededAction.Delete) will never log an exception. In this case I am letting the calling application handle the errors but I would like to see the exceptions in the log table.