Skip to content

Commit

Permalink
Update: update debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
cbackas committed Jun 7, 2023
1 parent c4cb9b3 commit b11341f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class App {
if (healthcheckUrl != null) {
schedule.scheduleJob('lifecycle:60sec:healthcheck', '* * * * *', async () => {
await fetch(healthcheckUrl)
console.debug('Healthcheck sent')
console.debug('[Healthcheck] Healthcheck ping sent')
})
}
})
Expand Down

0 comments on commit b11341f

Please sign in to comment.