Skip to content
Snippets Groups Projects
Commit 85b1d669 authored by Vibhuti Sharma [Microsoft]'s avatar Vibhuti Sharma [Microsoft]
Browse files

debug

parent 8a798f36
No related branches found
No related tags found
1 merge request!271Handle path prefix in elasticsearch url
Pipeline #90253 failed
......@@ -417,7 +417,8 @@ public class ElasticUtils {
restHighLevelClient = new RestHighLevelClient(builder);
} catch (Exception e) {
throw new AssertionError("Setup elastic error");
log.info(String.format("host: %s, port: %d", Config.getElasticHost(), Config.getPort()));
throw new AssertionError("Setup elastic error" + e);
}
return restHighLevelClient;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment