diff --git a/src/documents/templating/workflows.py b/src/documents/templating/workflows.py index 25f1e57ef..67f3ac930 100644 --- a/src/documents/templating/workflows.py +++ b/src/documents/templating/workflows.py @@ -80,7 +80,7 @@ def parse_w_workflow_placeholders( if doc_url is not None: formatting.update({"doc_url": doc_url}) - logger.debug(f"Jinja Template is : {text}") + logger.debug(f"Parsing Workflow Jinja template: {text}") try: template = _template_environment.from_string( text,