diff --git a/x-pack/solutions/security/plugins/entity_store/server/domain/logs_extraction/logs_extraction_client.ts b/x-pack/solutions/security/plugins/entity_store/server/domain/logs_extraction/logs_extraction_client.ts index 165b36151180a..103ff21a8f0ca 100644 --- a/x-pack/solutions/security/plugins/entity_store/server/domain/logs_extraction/logs_extraction_client.ts +++ b/x-pack/solutions/security/plugins/entity_store/server/domain/logs_extraction/logs_extraction_client.ts @@ -846,8 +846,6 @@ export class LogsExtractionClient { } private async handleError(error: any, type: EntityType): Promise { - this.logger.error(error); - if ( SavedObjectsErrorHelpers.isNotFoundError(error) || error instanceof EntityStoreNotRunningError