From 7f0131fc2d24e497da9c304178c39b619f0077ec Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Thu, 24 Apr 2025 11:44:29 +0200 Subject: [PATCH] =?UTF-8?q?refactor(FinalizeDocumentJob):=20Update=20f?= =?UTF-8?q?=C3=BCr=20detaillierte=20Protokollierung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Jobs/FinalizeDocument/FinalizeDocumentJob.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EnvelopeGenerator.Common/Jobs/FinalizeDocument/FinalizeDocumentJob.vb b/EnvelopeGenerator.Common/Jobs/FinalizeDocument/FinalizeDocumentJob.vb index 5287e5ac..00da17fd 100644 --- a/EnvelopeGenerator.Common/Jobs/FinalizeDocument/FinalizeDocumentJob.vb +++ b/EnvelopeGenerator.Common/Jobs/FinalizeDocument/FinalizeDocumentJob.vb @@ -170,7 +170,7 @@ Namespace Jobs Throw New ApplicationException("Envelope could not be finalized") End If Catch ex As Exception - Logger.Warn($"Unhandled exception while working envelope [{oId}] - [{ex.Message}]") + Logger.Warn(ex, $"Unhandled exception while working envelope [{oId}]") End Try