Use logger in syncroniser for tech docs

Signed-off-by: Bridget Barnes <bbarnes@seek.com.au>
This commit is contained in:
Bridget Barnes
2022-03-23 10:43:50 +11:00
parent 3350640147
commit 5de5998aa9
@@ -96,6 +96,7 @@ export class DocsSynchronizer {
});
taskLogger.add(new winston.transports.Stream({ stream: logStream }));
taskLogger.add(this.logger);
// check if the last update check was too recent
if (!shouldCheckForUpdate(entity.metadata.uid!)) {