diff --git a/server/lib/schedulers/indexation-scheduler.ts b/server/lib/schedulers/indexation-scheduler.ts index a66e5c7..660539d 100644 --- a/server/lib/schedulers/indexation-scheduler.ts +++ b/server/lib/schedulers/indexation-scheduler.ts @@ -61,6 +61,8 @@ export class IndexationScheduler extends AbstractScheduler { await o.removeFromHosts(removedHosts) } + logger.info({ indexHosts }, 'Will index %s hosts', indexHosts.length) + await Bluebird.map(indexHosts, async host => { try { await this.indexHost(host)