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

removed logs

parent d840af08
No related branches found
No related tags found
1 merge request!271Handle path prefix in elasticsearch url
Pipeline #90312 failed
......@@ -225,9 +225,6 @@ public class ElasticUtils {
} catch (ElasticsearchStatusException e) {
log.log(Level.INFO, String.format("Elastic search threw exception: %s", e.getMessage()));
return -1;
} catch (Exception e) {
log.info(String.format("Caught exception %s", e));
return -1;
}
}
......
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