Fix log msg (#88370)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Liza Katz 2021-01-17 00:05:06 +02:00 committed by GitHub
parent abffb19889
commit 7a87c33afc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}