refactor(FinalizeDocumentJob): Update für detaillierte Protokollierung

This commit is contained in:
Developer 02 2025-04-24 11:44:29 +02:00
parent bf5faf53bd
commit 7f0131fc2d

View File

@ -170,7 +170,7 @@ Namespace Jobs
Throw New ApplicationException("Envelope could not be finalized") Throw New ApplicationException("Envelope could not be finalized")
End If End If
Catch ex As Exception 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 End Try