larsga / Duke

Duke is a fast and flexible deduplication engine written in Java
Apache License 2.0
614 stars 194 forks source link

Warn about ignored attributes in configuration. #186

Open jkot opened 9 years ago

jkot commented 9 years ago

I tried to keep the changes minimal and I also tried to follow your style - e.g. by using the Logger interface and using the DummyLogger by default.

It's far from ideal because noone will see the warnings unless they set a logger to the ConfigLoader but it's a start.