Update matcher binary path to /app/bin/face_matcher in configuration and documentation
All checks were successful
Publish FaceAI Container / publish (push) Successful in 2m53s

This commit is contained in:
MaddoScientisto 2026-04-19 11:38:09 +02:00
commit c0732c142c
7 changed files with 76 additions and 8 deletions

View file

@ -32,6 +32,8 @@ async function ensureMatcherBinaryAvailable() {
}
}
console.log(`FaceAI processor configured matcher binary: ${config.matcherBinary}`);
function formatLogLine(message, details) {
const timestamp = new Date().toISOString();
if (details === undefined) {