gavinchou commented on code in PR #45618:
URL: https://github.com/apache/doris/pull/45618#discussion_r1892442419


##########
be/src/cloud/cloud_storage_engine.h:
##########
@@ -75,7 +75,7 @@ class CloudStorageEngine final : public BaseStorageEngine {
     void _check_file_cache_ttl_block_valid();
 
     std::optional<StorageResource> get_storage_resource(const std::string& 
vault_id) {
-        LOG(INFO) << "Getting storage resource for vault_id: " << vault_id;
+        LOG(DEBUG) << "Getting storage resource for vault_id: " << vault_id;

Review Comment:
   ```suggestion
           VLOG_DEBUG << "Getting storage resource for vault_id: " << vault_id;
   ```



-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to