pdfrw
pdfrw copied to clipboard
please use logging.NullHandler
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.