You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2019/07/30 14:39:12 UTC

[GitHub] [kylin] nichunen commented on a change in pull request #758: KYLIN-4095: Add RESOURCE_PATH_PREFIX option in ResourceTool

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


With regards,
Apache Git Services