pdfminer icon indicating copy to clipboard operation
pdfminer copied to clipboard

It is possible to off logging from pdfminer?

Open mal-mel opened this issue 4 years ago • 0 comments

In my logs, I often see messages that some of the characters are not recognized. I would like to disable these messages. I tried to do it through: logging.getLogger(pdfminer.__name__).setLevel(logging.WARNING) But this does not help :(

message (example): INFO undefined: <PDFCIDFont: basefont='ABCDEE+Calibri', cidcoding='Adobe-Identity'>, 878

mal-mel avatar Dec 03 '20 14:12 mal-mel