Merge pull request #14067 from backstage/search/tag-log-document-type

[Search] Tag indexing logs with documentType
This commit is contained in:
Eric Peterson
2022-10-16 16:37:10 +02:00
committed by GitHub
8 changed files with 20 additions and 9 deletions
@@ -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(