diff --git a/src/main/java/io/telicent/opensearch/IndexedSynonymParser.java b/src/main/java/io/telicent/opensearch/IndexedSynonymParser.java index 5137d68..9977c30 100644 --- a/src/main/java/io/telicent/opensearch/IndexedSynonymParser.java +++ b/src/main/java/io/telicent/opensearch/IndexedSynonymParser.java @@ -123,13 +123,6 @@ public void parse() throws Exception { .loadTrustMaterial(null, new TrustAllStrategy()) .build(); - logger.info( - "Connecting to https://{}:{} with {}{}", - this.host, - this.port, - this.username, - this.password); - restClient = RestClient.builder(new HttpHost(this.host, this.port, "https")) .setHttpClientConfigCallback(