nichunen commented on a change in pull request #758: KYLIN-4095: Add 
RESOURCE_PATH_PREFIX option in ResourceTool
URL: https://github.com/apache/kylin/pull/758#discussion_r308751638
 
 

 ##########
 File path: 
core-common/src/main/java/org/apache/kylin/common/persistence/ResourceStore.java
 ##########
 @@ -474,7 +474,7 @@ public Object call() throws IOException {
      * delete a resource, does nothing on a folder
      */
     final public void deleteResource(String resPath) throws IOException {
-        logger.trace("Deleting resource {} (Store {})", resPath, 
kylinConfig.getMetadataUrl());
+        logger.info("Deleting resource " + resPath + " (Store " + 
kylinConfig.getMetadataUrl() + ")");
 
 Review comment:
   I doubt there will be too much log of this one

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


With regards,
Apache Git Services

Reply via email to