diff --git a/src/ocrmypdf/_logging.py b/src/ocrmypdf/_logging.py index 45b599b7..513ca19b 100644 --- a/src/ocrmypdf/_logging.py +++ b/src/ocrmypdf/_logging.py @@ -26,5 +26,5 @@ class PageNumberFilter(logging.Filter): class RichLoggingHandler(RichHandler): def __init__(self, console: Console, **kwargs): super().__init__( - console=console, show_level=False, show_time=False, markup=True, **kwargs + console=console, show_level=False, show_time=False, markup=False, **kwargs )