Tag indexing logs with document type
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
@@ -76,7 +76,7 @@ export class StackOverflowQuestionsCollatorFactory
|
||||
this.apiKey = options.apiKey;
|
||||
this.maxPage = options.maxPage;
|
||||
this.requestParams = options.requestParams;
|
||||
this.logger = options.logger;
|
||||
this.logger = options.logger.child({ documentType: this.type });
|
||||
}
|
||||
|
||||
static fromConfig(
|
||||
|
||||
Reference in New Issue
Block a user