wu-sheng commented on a change in pull request #2165: fixed  the index name to 
format name in logs
URL: 
https://github.com/apache/incubator-skywalking/pull/2165#discussion_r248167554
 
 

 ##########
 File path: 
oap-server/server-library/library-client/src/main/java/org/apache/skywalking/oap/server/library/client/elasticsearch/ElasticSearchClient.java
 ##########
 @@ -177,10 +196,11 @@ public int delete(String indexName, String 
timeBucketColumnName, long endTimeBuc
             "}";
         HttpEntity entity = new NStringEntity(jsonString, 
ContentType.APPLICATION_JSON);
         Response response = client.getLowLevelClient().performRequest("POST", 
"/" + indexName + "/_delete_by_query", params, entity);
+        logger.info("delete indexName: {}, jsonString : {}", indexName, 
jsonString);
 
 Review comment:
   This looks like a debug level log

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to