Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbonte21 committed Jan 8, 2024
1 parent c78f7e1 commit 3c743ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ public static boolean isRelationshipAccessAllowed(String action, String endOneGu
RestClient restClient = getLowLevelClient();
AtlasElasticsearchQuery elasticsearchQuery = new AtlasElasticsearchQuery("janusgraph_vertex_index", restClient);
Map<String, Object> elasticsearchResult = null;
LOG.info(dslString);
elasticsearchResult = elasticsearchQuery.runQueryWithLowLevelClient(dslString);
Integer count = null;
if (elasticsearchResult!=null) {
Expand Down

0 comments on commit 3c743ea

Please sign in to comment.