mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
no payload log
This commit is contained in:
parent
262ef2a746
commit
2913a73456
@ -129,7 +129,7 @@ export class JobRepository {
|
||||
concurrency,
|
||||
taskList: {
|
||||
[queueName]: async (payload: unknown): Promise<void> => {
|
||||
this.logger.log(`Job ${queueName} started with payload: ${JSON.stringify(payload)}`);
|
||||
// this.logger.log(`Job ${queueName} started with payload: ${JSON.stringify(payload)}`);
|
||||
await this.eventRepository.emit('job.start', queueName, payload as JobItem);
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user