RED-6467: Added some debugging information
This commit is contained in:
parent
78fcb0a394
commit
05e03b8982
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user