diff --git a/Services.ZUGFeRDService/ThreadRunner.vb b/Services.ZUGFeRDService/ThreadRunner.vb index 79ff2077..0949d478 100644 --- a/Services.ZUGFeRDService/ThreadRunner.vb +++ b/Services.ZUGFeRDService/ThreadRunner.vb @@ -63,6 +63,11 @@ Public Class ThreadRunner oArgs.InsertIntoSQLServer = True End If + _logger.Debug("Custom Options:") + _logger.Debug("ExceptionEmailAddress: {0}", oArgs.ExceptionEmailAddress) + _logger.Debug("IgnoreRejectionStatus: {0}", oArgs.IgnoreRejectionStatus) + _logger.Debug("MaxAttachmentSizeInMegaBytes: {0}", oArgs.MaxAttachmentSizeInMegaBytes) + _jobArguments = oArgs _logger.Debug("Checking SuccessDirectory {0}", oArgs.SuccessDirectory)