francoisforster / gedcom-cleanup

A simple Kotlin library that compares GEDCOM files, cleans them and performs limited validation
7 stars 0 forks source link

gedcom-compare text output lacks essential information #4

Closed ennoborg closed 2 years ago

ennoborg commented 2 years ago

When I use gedcom-compare to compare files, without creating a new GEDCOM, it produces output like this:

Comparing gedcom files Found Marriage on the left but not the right: Event(date=29 NOV 1939, place=Amsterdam) Found Marriage on the left but not the right: Event(date=29 NOV 1939, place=Amsterdam)

where an earlier version showed this:

Comparing Henricus Borgsteede (@I00194@}) vs Henricus Borgsteede (@I332108160779@) Found Marriage on the left but not the right: Event(date=29 NOV 1939, place=Amsterdam) Comparing Margaretha Anna Maria Honselaar (@I00305@}) vs Margaretha Anna Maria Honselaar (@I332108160890@) Found Marriage on the left but not the right: Event(date=29 NOV 1939, place=Amsterdam)

And the consequence of that is, that with the new version, I have no idea which persons have new information.

francoisforster commented 2 years ago

Apologies for that. I just realized that I had compiled the jars with the logging line commented out. I recompiled them just now so this should fix the issue.

ennoborg commented 2 years ago

OK, thanks, that's why I didn't see the cause in the source. The new version works fine, and it's easy enough to find persons with changes.