RED-6467: Added some debugging information

This commit is contained in:
Viktor Seifert 2023-04-11 15:17:44 +02:00
parent 78fcb0a394
commit 05e03b8982

View File

@ -103,7 +103,7 @@ public class EntryPersistenceService {
var type = typeRepository.getById(typeId);
log.info("Adding {} entries to type {}\n", entries, dictionaryEntryType);
log.info("Adding {} entries to type {} - {}", entries.size(), type.getType(), dictionaryEntryType);
log.info("Following entries will be added\n" + String.join("\n", entries));
switch (dictionaryEntryType) {