-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Importing Docling as shown below causes the root logger to be set to INFO.
from docling.document_converter import DocumentConverterThe code that is doing this is from docling-parse:
https://github.com/docling-project/docling-parse/blob/main/docling_parse/pdf_parser.py#L29
This change added this logging:
It's best practice to let the developer determine their own default logging level.
Metadata
Metadata
Assignees
Labels
No labels