You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/01/16 06:54:32 UTC

[GitHub] wu-sheng commented on a change in pull request #2165: fixed the index name to format name in logs

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:
users@infra.apache.org


With regards,
Apache Git Services