buruzaemon / natto-py

natto-py combines the Python programming language with MeCab, the part-of-speech and morphological analyzer for the Japanese language.
BSD 2-Clause "Simplified" License
92 stars 13 forks source link

Improve logging set-up #122

Closed buruzaemon closed 2 years ago

buruzaemon commented 2 years ago

Improve the logging setup. In particular, remove the logging configuration so that we can leave that responsibility to calling code.

Please see pull request Remove logging configuration #121.

buruzaemon commented 2 years ago

This is done, and will be in the v1.0.1 release.