Skip to content

Commit

Permalink
fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierM committed Aug 22, 2020
1 parent 63cde69 commit d70def0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/data/server/search/search_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class SearchService implements Plugin<ISearchSetup, ISearchStart> {
name: string,
strategy: ISearchStrategy<SearchStrategyRequest, SearchStrategyResponse>
) => {
this.logger.info(`Register strategy ${name}`);
this.logger.debug(`Register strategy ${name}`);
this.searchStrategies[name] = strategy;
};

Expand Down

0 comments on commit d70def0

Please sign in to comment.