[mob][photos] Logging
This commit is contained in:
parent
1bd2033a63
commit
c0f243cee0
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue