Merge branch 'hotFixShowException' into 'release/4.190.x'

hotfix: show stacktrace when exceptions occurs

See merge request redactmanager/redaction-service!426
This commit is contained in:
Dominique Eifländer 2024-06-14 12:45:33 +02:00
commit 21a515b26e

View File

@ -118,7 +118,7 @@ public class RedactionMessageReceiver {
private void sendAnalysisFailed(AnalyzeRequest analyzeRequest, boolean priority, Exception e) {
log.warn("Failed to process analyze request: {}", analyzeRequest, e);
log.error("Failed to process analyze request: {}", analyzeRequest, e);
var timestamp = OffsetDateTime.now().truncatedTo(ChronoUnit.MILLIS);
fileStatusProcessingUpdateClient.analysisFailed(analyzeRequest.getDossierId(),
analyzeRequest.getFileId(),