Skip to content

Commit

Permalink
Add logging for cron job creation
Browse files Browse the repository at this point in the history
  • Loading branch information
FLYBYME committed Nov 17, 2023
1 parent 1576c6b commit 69c48a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/cron.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ module.exports = {
params: params.params,
nextRun: nextRun,
});

this.logger.info(`Cron job created: ${params.name}`);
}

// release lock
Expand Down

0 comments on commit 69c48a0

Please sign in to comment.