Added logging

This commit is contained in:
bskjon 2025-02-20 21:15:50 +01:00
parent b74d5215e2
commit 9424f25dcc

View File

@ -38,5 +38,7 @@ class UnattendedIndexing {
} }
} }
} }
logger.info { "Indexing completed" }
} }
} }