datacleaner / DataCleaner

The premier open source Data Quality solution
GNU Lesser General Public License v3.0
595 stars 180 forks source link

Removed+banned log4j, replaced with logback #1915

Closed kaspersorensen closed 2 years ago

kaspersorensen commented 2 years ago

To investigate #1913 I first had to figure out how to configure logging and it turned out that the recently updated log4j was not configurable using our existing code paths! Doh! So ...

This fully replaces log4j with logback in DataCleaner. Log4j 2.x configuration is anyway not working as expected, so this was a good occasion to get fully rid of it and replace with logback which is much simpler and nicer too.