MaartenGr / PolyFuzz

Fuzzy string matching, grouping, and evaluation.
https://maartengr.github.io/PolyFuzz/
MIT License
736 stars 67 forks source link

Usage of logging instead of logger #66

Closed 6801318d8d closed 11 months ago

6801318d8d commented 11 months ago

I don't understand why here and here we use logging instead of logger, thus relying on the root logger which I use for my own purposes.

MaartenGr commented 11 months ago

Ah, that's most likely a mistake and should indeed be logger. If you want, a PR would be appreciated!