vandeseer / easytable

Small table drawing library built upon Apache PDFBox
MIT License
239 stars 91 forks source link

Latest release contains a logback.xml #168

Closed Yopi closed 1 month ago

Yopi commented 2 months ago

It looks like the last release added a logback.xml configuration, this overrides logging in our application. I'm not sure if that was intentional? And if it was it should probably be added to the release notes.

https://github.com/vandeseer/easytable/commit/db55cee99ee22e0ac1b448416a7f2a5d7472b557

vandeseer commented 2 months ago

I guess it was only semi intentional: a version upgrade from a dependency led to trillions of log messages when building this library. I added the logback.xml file in order to silence it, but I think it should have ended in the tests related folder.

Thanks for reporting, will have a look soon

vandeseer commented 2 months ago

Fixed it now.

Yopi commented 1 month ago

Thank you!