mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-22 22:46:53 +01:00
Chore: add debug log line to reindex
This commit is contained in:
parent
f431578f43
commit
894939e492
1 changed files with 1 additions and 0 deletions
|
|
@ -195,6 +195,7 @@ def update_document(writer: AsyncWriter, doc: Document) -> None:
|
|||
original_filename=doc.original_filename,
|
||||
is_shared=len(viewer_ids) > 0,
|
||||
)
|
||||
logger.debug(f"Index updated for document {doc.pk}.")
|
||||
|
||||
|
||||
def remove_document(writer: AsyncWriter, doc: Document) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue