[mob][photos] Logging

This commit is contained in:
laurenspriem 2024-05-21 16:37:06 +05:30
parent 1bd2033a63
commit c0f243cee0

View file

@ -143,8 +143,10 @@ class FaceMlService {
}
canRunMLController = event.shouldRun;
if (canRunMLController) {
_logger.info("MLController allowed running ML, faces indexing starting");
unawaited(indexAndClusterAll());
} else {
_logger.info("MLController stopped running ML, faces indexing paused");
pauseIndexing();
}
});