mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
fix: Treat overflowing -v flags as DEBUG
Signed-off-by: Eugene <fogaprod@gmail.com>
This commit is contained in:
parent
fa7fc9e63d
commit
bd0c405432
@ -421,7 +421,7 @@ def convert( # noqa: C901
|
||||
logging.basicConfig(level=logging.WARNING)
|
||||
elif verbose == 1:
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
elif verbose == 2:
|
||||
else:
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
|
||||
settings.debug.visualize_cells = debug_visualize_cells
|
||||
|
Loading…
Reference in New Issue
Block a user