added some logging
This commit is contained in:
parent
cc1c3122bb
commit
f713ea2655
@ -160,6 +160,7 @@ public class RedactionController implements RedactionResource {
|
|||||||
@Override
|
@Override
|
||||||
public RedactionLog getRedactionLogPreview(RedactionRequest redactionRequest) {
|
public RedactionLog getRedactionLogPreview(RedactionRequest redactionRequest) {
|
||||||
|
|
||||||
|
log.info("Requested preview for: {}", redactionRequest);
|
||||||
var redactionLog = redactionStorageService.getRedactionLog(redactionRequest.getDossierId(), redactionRequest.getFileId());
|
var redactionLog = redactionStorageService.getRedactionLog(redactionRequest.getDossierId(), redactionRequest.getFileId());
|
||||||
|
|
||||||
return redactionLogCreatorService.getRedactionLogPreview(redactionLog, redactionRequest.getDossierTemplateId(), redactionRequest.getManualRedactions());
|
return redactionLogCreatorService.getRedactionLogPreview(redactionLog, redactionRequest.getDossierTemplateId(), redactionRequest.getManualRedactions());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user