/ releasenotes / notes / fix-document-cleaner-log-format-672f771360990180.yaml
fix-document-cleaner-log-format-672f771360990180.yaml
1  ---
2  fixes:
3    - |
4      Fix malformed log format string in ``DocumentCleaner``. The warning for documents with ``None`` content used ``%{document_id}`` instead of ``{document_id}``, preventing proper interpolation of the document ID.