hotfix: show stacktrace when exceptions occurs #426

Merged
dominique.eiflaender1 merged 1 commits from hotFixShowException into release/4.190.x 2024-06-14 12:45:33 +02:00

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(),