log ffmpeg command to stdout for docker/unraid log viewer
All checks were successful
Build and Push Docker Image / build (push) Successful in 17s
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:
@@ -205,6 +205,7 @@ app.get('/events', (c) => {
|
|||||||
|
|
||||||
async function runJob(job: Job): Promise<void> {
|
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} starting (item=${job.item_id}${job.node_id ? `, node=${job.node_id}` : ', local'})`);
|
||||||
|
log(`Job ${job.id} command: ${job.command}`);
|
||||||
const db = getDb();
|
const db = getDb();
|
||||||
|
|
||||||
if (!job.node_id) {
|
if (!job.node_id) {
|
||||||
|
|||||||
Reference in New Issue
Block a user