pmaupin / pdfrw

pdfrw is a pure Python library that reads and writes PDFs
Other
1.84k stars 271 forks source link

please use logging.NullHandler #230

Open antirais opened 2 years ago

antirais commented 2 years ago

As described in logging documentation for libraries, it is not recommended to use anything else than logging.NullHandler() when setting up logging.

It is set up in errors.py:14 file and overwrites any configuration once it is executed.