RED-6098: Added logs for debugging
This commit is contained in:
parent
9cdf039e12
commit
84df7e5960
@ -89,9 +89,10 @@ public class RedactionLogConverterService {
|
|||||||
List<ReportRedactionEntry> reportEntries = new ArrayList<>();
|
List<ReportRedactionEntry> reportEntries = new ArrayList<>();
|
||||||
|
|
||||||
var allTypes = dictionaryClient.getAllTypesForDossier(dossierId, false);
|
var allTypes = dictionaryClient.getAllTypesForDossier(dossierId, false);
|
||||||
|
log.info("AAAA: {}", allTypes);
|
||||||
|
|
||||||
redactionLog.getRedactionLogEntry().forEach(entry -> {
|
redactionLog.getRedactionLogEntry().forEach(entry -> {
|
||||||
log.info("AAAA: {}, {}", entry.getType(), allTypes);
|
log.info("BBBB: {}, {}", entry.getType(), allTypes);
|
||||||
var isSkipped = !entry.isRedacted() && !entry.isHint() && !isHintType(allTypes, entry.getType());
|
var isSkipped = !entry.isRedacted() && !entry.isHint() && !isHintType(allTypes, entry.getType());
|
||||||
if (entry.isRedacted() || isSkipped) {
|
if (entry.isRedacted() || isSkipped) {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user