Skip to content

Commit c1b58a1

Browse files
committed
chore: switch meta migration logging to info
Signed-off-by: Panos Vagenas <[email protected]>
1 parent b522061 commit c1b58a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docling_core/types/doc/document.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,7 @@ class PictureItem(FloatingItem):
18841884
def _migrate_annotations_to_meta(self) -> Self:
18851885
"""Migrate the `annotations` field to `meta`."""
18861886
if self.annotations:
1887-
_logger.warning(
1887+
_logger.info(
18881888
"Migrating deprecated `annotations` to `meta`; this will be removed in the future. "
18891889
"Note that only the first available instance of each annotation type will be migrated."
18901890
)

0 commit comments

Comments
 (0)