Skip to content

Commit

Permalink
Fix log msg (#88370) (#88561)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
lizozom and kibanamachine authored Jan 17, 2021
1 parent ab3faac commit cec017b
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 cec017b

Please sign in to comment.