log ffmpeg command to stdout for docker/unraid log viewer
All checks were successful
Build and Push Docker Image / build (push) Successful in 17s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 17:47:11 +01:00
parent 41476a2f9b
commit 39a924e6de

View File

@@ -205,6 +205,7 @@ app.get('/events', (c) => {
async function runJob(job: Job): Promise<void> {
log(`Job ${job.id} starting (item=${job.item_id}${job.node_id ? `, node=${job.node_id}` : ', local'})`);
log(`Job ${job.id} command: ${job.command}`);
const db = getDb();
if (!job.node_id) {