Skip to content

Commit

Permalink
Fix log msg (elastic#88370)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
2 people authored and Liza K committed Jan 16, 2021
1 parent ab3faac commit b9fe129
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export class SearchSessionService implements ISessionService {
filter,
namespaces: ['*'],
});
this.logger.warn(`getAllMappedSavedObjects | Got ${res.saved_objects.length} items`);
this.logger.debug(`getAllMappedSavedObjects | Got ${res.saved_objects.length} items`);
return res.saved_objects;
}

Expand Down

0 comments on commit b9fe129

Please sign in to comment.