Skip to content

Commit

Permalink
Fix log msg (#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
lizozom and kibanamachine authored Jan 16, 2021
1 parent abffb19 commit 7a87c33
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 7a87c33

Please sign in to comment.