[mob][photos] Logging
This commit is contained in:
parent
7800b7db32
commit
a76f3ca1b3
1 changed files with 4 additions and 0 deletions
|
@ -508,6 +508,10 @@ class FaceMlService {
|
|||
rethrow;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
_logger.warning(
|
||||
'Not fetching embeddings because user manually disabled it in debug options',
|
||||
);
|
||||
}
|
||||
final smallerChunks = chunk.chunks(_fileDownloadLimit);
|
||||
for (final smallestChunk in smallerChunks) {
|
||||
|
|
Loading…
Reference in a new issue