Use logger in syncroniser for tech docs
Signed-off-by: Bridget Barnes <bbarnes@seek.com.au>
This commit is contained in:
@@ -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!)) {
|
||||
|
||||
Reference in New Issue
Block a user